Hi:

My site http://www.offthecuffart.com renders fine in IEx. However, in Firefox, the EZ pages footer does not respond to position:relative properly with the javascript running in the main page and the footer appears under the js image.

The code looks like this:

<div id="Book" style="position:relative; margin-left:100px; top:0px; bottom:0px" >
<img src="./includes/templates/xxxxxx/images/placeholder.gif" width:="400" height="300">
</div>


Any suggestions for fixing this?

TIA

Tony