I have this CSS:
which pertains to this:Code:#mystuff { outline:dashed; outline-width:medium; outline-color:#990000; display:table-cell; background-color:#FFFFCC; padding:5px; position:fixed; top:100px; left:400px; z-index:400px; } #mystuff tr{ color:#990000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; } #mystuff a{ color:#990000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; display:table-cell; text-align:center; }
in firefox id displays a dashed outline and is in a fixed position. in IE it is just in the body not in a fixed position and does not show the dashed outline either...HTML Code:<div id="mystuff"> <a href="https://www.kranichs.com/request_price.php?cid=87&cpage=">My Quote</a> <table><tr> <td><img src="https://www.kranichs.com/product_images/987_sm_PT554-DE_S.jpg" width="75" height="75" /></td> <td><img src="https://www.kranichs.com/product_images/995_sm_PT564-DE_S.jpg" width="75" height="75" /></td> <td><img src="https://www.kranichs.com/product_images/925_sm_8071_S.jpg" width="75" height="75" /> </td><td>More...</td> </tr></table> <div align="right">close</div> </div>
any help is appreciated.
Thanks.








Bookmarks