see Name and Email input boxes in header
+1
A:
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:
#container #header #signUp INPUT
BTW. In order to test other versions of IE than what you currently have installed, check out IETester
Gabriel McAdams
2009-12-30 04:44:20
Modified my answer with the solution. Remember to accept this answer if it solved your problem.
Gabriel McAdams
2009-12-30 04:54:55
yes. thanks gabriel
metal-gear-solid
2009-12-30 05:52:19