0

i have a Problem with my Wordpress Design, specialy with Dropdownmenu.

http://fincha.com/wordpress/

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

1 Answer 1

1

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-index properties are only respected when the element is not positioned statically. Your problem is fixed by adding

#mainmenu {
    position: relative;
}

so by including position: relative; for #mainmenu (your declaration starts on line 46 of style.css).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.