Closed (fixed)
Project:
SimpleMenu
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 11:54 UTC
Updated:
15 Apr 2009 at 00:20 UTC
i just installed the simple menu and it works fine, except for the theme acquia marina. the menu isn't showing correctly, it runs behind the navigation which is made of png-files. i'm not quite sure if that is important. any suggestions?
Comments
Comment #1
zroger commentednice catch. there is a z-index that gets set in each of the 2 themes, but the element itself isn't positioned (either relative or absolute) which is necessary in order for z-indexing to work.
committed: http://drupal.org/cvs?commit=191384
Comment #2
zroger commented