Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created a website in html, but that page is not displaying perfectly in IE.. why this problem???
Posted

1 solution

IE browsers sometimes don't reflect as per our expectation.
For that you can use conditional style sheets.
That means, you have to include different style sheets for different version of IE browsers. And you need to add your styles particular to IE only by checking in the developer tool (F12) in IE.

Please check the below articles for doing this.
1. How To Create an IE-Only Stylesheet[^].
2. Conditional stylesheets vs CSS hacks? Answer: Neither![^].

Also Check how to handle browser issues when work with ie 8 and ie9[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900