I have a browser problem in IE7 which you can view here: http://jsfiddle.net/SZDDm/1/
The problem is when you click the label surrounding the image and checkbox, the image will move up in position.
What is causing this?
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.
In class
#searchDeals .networks labelchange height to56px. That will fix the issue.The problem is the
margin: 4px autowhich you have for INPUT.Just give it
margin: 4px auto 0 auto.http://jsfiddle.net/SZDDm/23/
For the reason this happens, check this link:
http://www.brunildo.org/test/margins_clear.html