Sub-nav stuck behind everything?
-
I’ve just gotten started modifying the _s theme for a new client site and noticed that the drop-down sub-menu is “trapped” behind the header container, despite being absolute with a z-index of 99999 right out of the ZIP filed box, if you will.
Any suggestions on how to pull it out of there and make sure it shows up on top of everything?
.main-navigation ul ul { -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); display: none; float: left; position: absolute; top: 1.5em; left: 0; z-index: 999999; }
Unfortunately, I don’t have a link because we use company-side test servers and a local root site. Here’s a screenshot, though:
https://dl.dropbox.com/u/886334/screenshot_s_theme_issue.jpg
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sub-nav stuck behind everything?’ is closed to new replies.