• I’ve got quite an issue with this site I’m currently developing. I’m tweaking around TwentyEleven but something very odd is happening. On my Access navbar, the submenu links are appearing behind the main content div. I’ve never seen this happen before and I’ve used both TwentyTen and TwentyEleven a lot as my base. I went back to the original TwentyEleven theme and the menu works fine there. So what’s causing my screwup? I’ve already played around with z-index and that does not seem to be the issue.

Viewing 1 replies (of 1 total)
  • It looks like the overflow: hidden on the #branding div is keeping it from being displayed:

    #branding {
    	position: relative;
    	padding: 0px;
    	overflow: hidden;
    	z-index: 9999;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Access dropdown menu appear behind main div’ is closed to new replies.