On this site: http://tinyurl.com/2allkcs
The submit button for the login form doesn’t seem to show up in IE8, however in Firefox it all works just fine.
Any ideas as to why?
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.
Your closing
</div>tag’s a little weird, causing problems in chrome as well:Get rid of that extra return that slipped into
</div.....>and it’ll render correctly, currently the browser is discarding that following<input />element.