Hello, I am having an issue with the second level of the dropdown menu. I have a sub-menu with about a dozen items listed, and it goes so far as past the vertical height of the homepage slider.

However, when I try to mouse-over the items in the menu that are below the homepage slider, the menu just dissappears and folds back up into the navigation. In other words, I can not access the menu items that are located in the bottom half of the sub-menu (ex: Travel and Accomodations, Expo Brochure)

Is this perhaps an issue with the 'z-index' class? The dev site is on a client's server and locked, so unfortunately I can not provide access, but I can provide code snippets, if that helps.

Screenshot attached. Thanks!

Comments

pwhiteside’s picture

StatusFileSize
new116.88 KB

Hi,

On my dev with this theme the same issue occurs on any menu item over the description block of the slide show, the description z-index is set to 101.

I have fixed this which may also help you with the following code, this sets the menu items to be 102.

#navigation ul.menu li.expanded {
  z-index: 102;
}

I hope this helps.

Cheers, Phil.

sparkfactor’s picture

Thanks!

It seemed to do the trick. Although, I had to drop it in the top-most level on the #navigation ul.menu to get it to take effect.

pwhiteside’s picture

Status: Active » Closed (fixed)