Cannot work out how to get the following menu to display correctly in IE6, any ideas?
Demo: http://www.jankoatwarpspeed.com/examples/vimeo_navigation/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A few key things to remember that are relevant to this menu:
display:inline-blockin IE6z-indexin IE6:first-childand:last-childin IE6Basically, what you have to do is:
display:inline-block, usefloat:leftand friendsz-indexfor this menu anywayEDIT: IE6 doesn’t support CSS selectors like “
#menu > li“, you will have to use “#menu li“.