I seem to be having issues getting my layout to clear properly. Look at this
I can’t stop the item in the left column from pushing down the items in the right. Can anyone help?
Screenshot with some pointy arrows (Dead link)
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.
The problem markup/style appears to be:
This is clearing the float in your left hand div which creates the gap between your post and teaser sections.
Here’s how firefox 3 renders the page with the clear disabled.
Unrelated to your question, but you also seem to have some IE specific css issues to resolve as well. Definitely consider making a conditional ie.css for your site 🙂