TheD0kt0r
Jul 19 2002, 03:46 AM
Hi Xavier,
My menus are appearing in a frame, and over a layer with DIV tags. They appear over this layer fine, but I am loading a URL into the layer, at which point the menus appear UNDER the layer. The layer Z-index = 1.
Can the menus still operate in these conditions?
Cheers.
TheD0kt0r
Jul 19 2002, 06:38 AM
Nope - I remember asking you a while back whether the menus appear over an IFRAME, and I know that they don't. So this time, I used LAYERS with DIV tags like this:
div id="Tips" style="position:absolute; left:3px; top:251px; width:179px; height:226px; z-index:1">
div id="Main" style="position:absolute; left:187px; top:15px; width:648px; height:464px; z-index:1">

:)