I have the following code:
That works a treat on FF and chrome, but shows all the blocks aligned in IE.
I’ve made loads of changes to it, but can’t get it to work at all.
Would anyone please be able to give me some help with it?
Thanks in advance
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.
Set overflow:auto on the UL elements:
Update:
I am not sure which versions of IE have problems if you don’t additionally define a width on the UL elements, but just to be safe, you can always set width:100%: