Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
FF3 is behaving correctly. The solution is to set the z-index on the div with an id="master0" (which holds the rotating images). The z-index on the rotating images is overriding the one set on the dropdown menu.
I strongly suggest you learn a new method of laying out pages, or stop using whatever application you are using to generate this page. You don't even have an external stylesheet, and are instead relying on inline styles smattered throughout the document, which goes against every concept of contemporary web design there is.
Also, the nested tables are just horrid, and most of what you are doing with Javascript can be done with simple CSS. This is not 1998.
***EDIT***
Also, every div with an id="menuLayer0", "menuLayer1", "menuLayer2", etc, need their z-index changed from 1 to 2
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 06-26-2008 at 10:29 AM..
|