E
Eris of Stronghold [STRM]
at http://www.strm.us/cpg14x/index.php
I have the following code (partial excerpt)
<div id="container" style="position: relative">
<span style="position: relative; left: 0; top: 0; z-index: 1">
<iFRAME name="RandomPicture" src="http://www.strm.us/header.php"
width="899" height="122"
right:0px; bottom:0px; marginwidth=0 marginheight=0 frameborder=0
scrolling=no></iFRAME>
</span>
<span style="position: absolute; left: 10px; top: 35px; z-index: 2;">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3>
</span>
</div>
Works fine in FF, but IE does not respect the relative container.
I am sure it is something simple ** Banging head on keyboard **
Any suggection to make this cross browser friendly?
Thank You,
Mike
I have the following code (partial excerpt)
<div id="container" style="position: relative">
<span style="position: relative; left: 0; top: 0; z-index: 1">
<iFRAME name="RandomPicture" src="http://www.strm.us/header.php"
width="899" height="122"
right:0px; bottom:0px; marginwidth=0 marginheight=0 frameborder=0
scrolling=no></iFRAME>
</span>
<span style="position: absolute; left: 10px; top: 35px; z-index: 2;">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3>
</span>
</div>
Works fine in FF, but IE does not respect the relative container.
I am sure it is something simple ** Banging head on keyboard **
Any suggection to make this cross browser friendly?
Thank You,
Mike