Sun, 2011-02-13 16:25
See: http://www.toptrouwen.nl/fotografen/zoeken-uitgebreid
When hover over the main menu, e.g. "Home" or "Zoeken", the menu expands but does not hover OVER the "uitgebreid zoeken" box, but rather disappears underneath it...how can I fix that?
It seems a z-index problem but after playing around with that I still cant figure the right configuration
Thanks
Mon, 2011-02-14 08:36
#1
add the z-index to the
add the z-index to the menu
#menu li ul { z-index:1; /*add me*/ }
Fri, 2011-02-25 07:54
#2
Thanks!
Thanks!
Tue, 2011-03-22 16:28
#3
Hi, I noticed now that in
Hi, I noticed now that in Internet Explorer 9 it still doesnt work...Firefox and Chrome DO work...
Any other suggestions?
Thanks!
Tue, 2011-03-22 16:46
#4
You can try adding position
You can try adding position relative to the ul or a parent and possibly increasing that z-index to 500 to ensure it's on top.
You have markup errors they ought to be addressed to ensure they are not an issue.