Have a look at this JSFiddle: http://jsfiddle.net/kZ3Af/25/
I have the base navigation pinned down nicely. However when I try to click any of the navigation items, the whole menu dissapears? What’s that about?
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.
Why are you doing
See update 30.
[Two minutes later…]
Ok, I think I get it: you want to switch between both list
interiorandexterior. I restructured your HTML a bit (don’t put<div>s into<a>s), that’s why your styling is a little bit off. Then I changed the selector as Steven Lu suggested: try update 36