Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drop down menu hidden behind div

Tags:

html

css

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?

http://jsfiddle.net/L8Y3K/

like image 909
Kets Avatar asked Sep 01 '13 17:09

Kets


2 Answers

please remove overflow:hidden; from header id it will solve your problem

http://jsfiddle.net/L8Y3K/1/

like image 113
Hushme Avatar answered Sep 20 '22 10:09

Hushme


Try Select2 jquery plugin. it works with overflow: hidden

http://jsfiddle.net/jEADR/2442/

like image 36
Niroop Avatar answered Sep 19 '22 10:09

Niroop