I am building a site that has a flash navigation element and in IE, ive been able to position it and get it working. In firefox, however, the positioned div is reserving the entire space for the flash file instead of just sitting on top of everything like in ie, here is my simple CSS.
/* Flash Positioning of nav */
#lock{
width:782px;
z-index: 980;
/* Internet Explorer */
top:-50px;
left: -3px;
}
#top{
width:782px;
z-index: 999;
position:absolute;
top: 98px;
height:10px;
}
my divs inside my content:
<div id="lock">
<div id="top">FLASH FILE</div
</div>
here is the development link:
http://fire.develop9.com/template.asp
in IE, looks like it should. Can anyone help me figure this out in Firefox?
Thanks.



Reply With Quote

Bookmarks