Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / IE/Firefox absolute relative position issues (with javascript)

IE/Firefox absolute relative position issues (with javascript)

Locked

Views: 1,866

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
28 Nov 2008, 7:31 PM
#1
ranger_lp avatar

ranger_lp

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