Click to See Complete Forum and Search --> : A problem with Layers


glen_nicholls
01-06-2007, 02:09 PM
I am having a problem using layers and how they behave in different browsers. The main problem that I am having is my page has a drop down menu that has to drop over a layer that contains a gif. If I set the z-index of this layer to 0, the drop down menu works fine in NS and Firefox but in IE the drop menu falls behind the layer with the gif. If I set the gif layer to -1 the drop menu works in IE but in NS and Firefox the gif layer becomes invisible. I don't know what to do to get my drop menu to work in all browsers. Any help would be greatly appreciated. Thanks.

Fang
01-07-2007, 02:21 AM
Is sounds like you have a JavaScript dropdown, otherwise you wouldn't be having this problem. Show the page/code.

glen_nicholls
01-07-2007, 08:33 AM
Yes, It is a JS drop down. Is there an alternative way of creating menus?