I have a div component in html and it has a css class but this css not working good on IE 9 so I want to run another css class if the browser is IE 9 How?
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.
There is a comperehensive article on the subject. In brief,
should do the trick.
Here is the solution that worked for OP: