I’ve tried various things but the boxes on the right have a spacing issue in IE6.
Seen here
Anyone have an idea whats causing that?
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.
My suggestion would be to set line-height:0px and font-size:1px for any spacing elements such as content-2nd-box-top which have no text in them and are purely meant to display images. Alternatively explicitly setting the div size and overflow:hidden may help.
Internet Explorer 6 frequently forces the size of a div to expand to the size of its content which can cause the white space you see over “About the Just Kids Partnership” and other section headers.
I also noticed a typo in your html. One of your < h2 > tags is missing the right pointy bracket.
(minus spaces)
< h2The Just Kids Report< /h2 >
I may be talking about a different defect than you bring up, but I only have adobe browser labs on this computer, and the most prominent problem I noticed was not on the right, but the section headers much further down on the page.