Menu hidden under other page content.

Search engine friendly UL list type menu for Actinic V8 and V9. Styled by CSS and animated by a small JavaScript.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Menu hidden under other page content.

Post 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>
Norman
Post Reply