Menus interfering with existing Layers in NS4.79?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
aiboforceN
Beginner
Beginner
Posts: 1
Joined: Mon Sep 29, 2003 2:42 pm
Location: London

Menus interfering with existing Layers in NS4.79?

Post by aiboforceN »

Not sure if this is a bug - or whether it's just my bad implementation, but...

Milonic menu seems to interfere with existing Layers in NS4.79

(actually, the existing layers seem to vanish altogether, and their content is simply rendered to the browser in page sequence)

You can see this by adding the following to any of the downloadable examples (in the menu.htm file)

Code: Select all

<DIV ID="layername" STYLE="position:absolute; width:100px; height:100px; z-index:1; left: 100px; top: 100px; background-color: #00FF00; layer-background-color: #00FF00; border: 1px none #000000;">Layer content here</DIV>
The above simply renders a green square layer (and does this quite happily in a page without the Milonic menu) - but once the menus have been added, NS4.79 just displays the contents of the layer.

I'm probably overlooking something very obvious - but any suggestions for overcoming this would be greatly appreciated

Thanks

-!aibo
Post Reply