see Name and Email input boxes in header
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.
This seems to be a CSS problem. in IE 6 and 7, the text boxes appear lower in the page than you intended. In IE 8, the text is appearing above the text input boxes.
EDIT:
This is because you have line-height set to 0.5px. Setting it to the same height as the box fixes the problem.
The problem CSS is under the following:
BTW. In order to test other versions of IE than what you currently have installed, check out IETester