Another IE6 (and 7) float problem.
I’ve some labels at right and some inputs, textarea and span at left.
http://jsfiddle.net/VRErj/1/
How can I fix it?
Edit: screenshot
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.
As My Head Hurts mentioned, clearing is a pain in IE 7 and below. You can wrap your label/input pairs in a div and apply the
clearfixclass to it that you get on this page: http://www.positioniseverything.net/easyclearing.html. It would look something like this:That should do it.