The following CSS is working in FF but not in IE.
select,input[type=text] {
width:200px;
height: 20px;
}
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.
CSS selector compatibility:
You might want to take a look at the css selectors compatibility chart. You can also do a css selectors test online.
Here is another compatibility chart.
Browser support:
IE 6 doesn’t support much. I don’t know your audience, but maybe it is not necessary to support IE 6?
If you don’t know your target audience that well, you might want to take a look at statcounter: IE 6 has worldwide about 2.5% market share.
Google dropped support for IE 6.
How to fix it: