i have a Problem with my WordPress Design, specialy with Dropdownmenu.
Check this, in the main menu “Versicherungen” you will see, i tryed allready all combinations with z-index… without results. 🙁
if some one have a nice idea for this menu, just tell 🙂
thx
I don’t understand the reason for this myself (though I didn’t research it; maybe a more experienced user can tell me), but
z-indexproperties are only respected when the element is notpositionedstatically. Your problem is fixed by addingso by including
position: relative;for#mainmenu(your declaration starts on line 46 of style.css).