Take a look here: http://jsfiddle.net/Nvntm/1/
The “Support” navigation item actually disappears on Firefox (and other similar browsers), leaving only the other three navigation items. Why is this so? Am I doing something wrong here?
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.
There is not enough width in the containing
<ul>for all the child<li>items. Are you able to increase the fixed width to 670px?The reason for that is probably due to different browser’s different default CSS for elements. Do you have a good “reset” CSS in your app?