28 Nov 2008, 7:31 PM
Zen Follower
- Join Date:
- Feb 2004
- Location:
- New York
- Posts:
- 269
- Plugin Contributions:
- 1
IE/Firefox absolute relative position issues (with javascript)
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