Reputation: 468
I'm trying to make an drop down menu, and it's not going well. My submenu is hidden behind my wrapper/page/content. I've tried setting an z-index to different elements, also tried giving my menu and submenu giving:
z-index: 999999;
But nothing works..
Can you guys help?
Upvotes: 5
Views: 13483
Reputation: 409
Try Select2 jquery plugin. it works with overflow: hidden
http://jsfiddle.net/jEADR/2442/
Upvotes: 1
Reputation: 3144
please remove overflow:hidden;
from header id it will solve your problem
Upvotes: 12