Can you tell what I am doing wrong with the menu buttons? It works on IE8 and chrome but not in FF (9). I presume I’ve messed up something with positioning and z-index.
Thanks.
Edit. It doesn’t work on any FF and IE7.
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.
Without downloading the site and playing with it myself, it’s a bit tricky to work it out. But, I’d try adding
position: relative;to div.content and then adjusting yourimg.menu(x)by settingleft: NNNpx;.Also, I don’t understand why you use
position:absolute;on the img tags when you’re not usingtoporleftattributes to set the position. Without a surrounding div withposition:relative, the img tags will be referencing the absolute position of the entire window not the containing div.