When developing a website that has a rich user interface we end up with problems with the Internet Explorer.
What is the best way to work on IE, should we have a separate css only designated for IE.
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.
For IE6 if it’s readable, it’s ok (no shadow and little details, it’s for old computer), for IE7, IE8 respect the layout, for IE9 it’s more easy.
You can look at http://modernizr.com/ and tutorial about this script for best usage.