Im trying to get my navigation working in IE6 with no luck, the sub navigation is positioned absolutely -9999px and on hover comes into display, or should.
I’ve made a fiddle to see if anyone can work it out, Any helps is greatly appreciated!
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.
You’ll have to use javascript for IE6 to work. On your parent level
<li>, just add a listener and add/remove a hover class.Then add to your css the rule for
li.hoveras well asli:hover