a simple html page with some basic tables and this
in IE the 'rightquote.jpg' image shows up just fine.
in Foxfire, the image shows up at the top and the rest of the page content is pushed down 266 pixels. (the height of the image)
whats the dealy oh?
Code:
<div style="{position: absolute; left:725px; top: 0px; width: 276px;z-index:1;}">
<img src="images/rightquote.jpg" width="277" height="266" border="0"/>
</div>
in Foxfire, the image shows up at the top and the rest of the page content is pushed down 266 pixels. (the height of the image)
whats the dealy oh?