Try to set z-index of ja-mainnav to -1.

-----Original Message-----
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Bob Meetin
Sent: Monday, December 26, 2011 1:03 PM
To: CSS-D
Subject: [css-d] two drop downs / z-index / conflict

The demo site: www.dottedi.us/18

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:

/* Added by Bob  just to see */
.artgrandmenucontainer ul.dropdown li.hover, .artgrandmenucontainer
ul.dropdown li:hover {
z-index: 987654321;
}

#ja-search .artgrandmenucontainer ul.dropdown li.hover, ul.dropdown li:hover
{
z-index: 987654321;
}

#ja-search .artgrandmenucontainer ul.dropdown a.hover, ul.dropdown li:hover,
#ja-search  a.hover, #ja-search .artgrandmenucontainer a.hover, a:hover {
z-index: 987654321;
}

#ja-search {
z-index: 987654321;
}

I'm stabbing at anything now.  I am not looking into the main menu
stylesheet, thinking that I should look at the secondary menu. I commented
out everyything in helper.css

mod_artgrandmenu/mod_artgrandmenu/css/dropdown/themes/default/helper.css
mod_artgrandmenu/mod_artgrandmenu/css/dropdown/dropdown.css
mod_artgrandmenu/mod_artgrandmenu/css/dropdown/themes/default/default.css

Ideas?

--
Bob Meetin

______________________________________________________________________
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/

______________________________________________________________________
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