Towards the bottom there are link list items. For some reason in IE7 the formatting looks off. I’m not entirely sure why that is and what I need to do to fix it.
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.
On your ul with id=”options” add the css property: whitespace: nowrap;
This will make sure that your list items don’t wrap to a second line within their LI area instead forcing the LI to wrap to the second and third lines.