Original problem:
I am working on a joomla theme/template. The mainmenu works fine by itself. For the requirements I needed to add a secondary, dropdown menu module. The second menu will live above the main dropdown. The problem is that in spite of adding some high z-index numbers in what I think is the right stylesheet, upon hove the upper menu is getting obscured.

This gets a little convoluted because of the module/theme css structure.  I added the 
following to the dropdown.css stylesheet for the "artgrandmenu" module:

test: http://www.dottedi.us/18

The solution:

Edit: plugins/system/jat3/base-themes/default/css/template.css

#ja-header {
    position: relative;
*     /* z-index: 10;*  Update to 23 or higher */
    z-index:23;
}

--
Bob

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to