Guys check this website on FF and Chrome
For some reason(s), jQuery isn’t working on FF, why?
Guys check this website on FF and Chrome For some reason(s), jQuery isn’t working
Share
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.
I think you’re running into issues with how Firefox and Chrome render the CSS3 flexible box model.
Change the css definition of “#nav ul” to use “#nav ul li” instead.
This should work in firefox now.
But then it breaks in chrome… but if you add “float:left” to “#nav ul li” then it should work in both browsers.