My right side navigation is pushed down to the bottom on the page for some reason in IE6 but its only on my blog pages! Am I right in thinking its somthing to do with the sidepanels width?
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.
You have to set the left margin on the unordered lists inside #side to be 0. This is because IE and other browsers have different ways they indent lists, most browsers use padding and IE uses margin.
You had overridden the browser defaults for other browsers but not for IE which you also need to do. These extra margins were forcing the side bar to be bigger than it should have been and because it was floated it dropped below the content.
That will fix it.