Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I developed a web application in asp.net.I have good UI presentation in Mozilla Firefox and Google Chrome and IE 9.0, but in IE 8.0 there is a poor alignment.How can i call solve it? There is a problem with IE 8.0 only.The same CSS and other files are working in firefox,IE 9.0 and chrome are good. Please can any one help in solving this issue.


Venkata Raman
Posted

1 solution

No-one will be able to help without seeing the code.


However;

IE7 and IE8 read and interpret the CSS in different ways.
It is easier to kludge by making IE8 behave as 7 using a meta tag.

HTML
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


As I say, crude, but effective.
 
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