Jump to content

Dropdown Menu behind gallery plugin


JCKnoell

Recommended Posts

it a weird effect with CSS specifity. for some reason your ul.submenu is honoring "#main-nav" (line: 413, though debugger says line 476) over "#main-nav ul" (line:490, though debugger says line 563) and it shouldn't. If you comment out z-index in "#main-nav" your drop down will show correctly.

 

apparently you have some bad CSS errors in your external sheet which is messing up the CSS specificity. even if I insert inline styling on the submenu it'll still fully respect #main-nav over any other selector. in many places you have a random '*' inside your selectors. fix these first and see if styling starts to behave like it should.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...