Page 1 of 1

Menu hidden under other page content.

Posted: Thu Sep 27, 2007 9:24 am
by norman
If the menu displays under other page content it could be because of a z-index problem.

The quick fix would be to surround

Code: Select all

<actinic:variable name="NorList Dynamic Menu" />
with

Code: Select all

<div style="z-index:999;">
<actinic:variable name="NorList Dynamic Menu" />
</div>