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

i have a browser compatibility issue on my website.

the moment it stating that, IE and mozilla firefox working fine.

but google chrome doesn't support browser compatibility.

i have given the below code in my website.

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

so please have you look at the comments above.

regards,
stellus.
Posted

First things first - X-UA-Compatible is an IE only meta-tag, so no reason to Chrome to support it!
More! It's an extremely bad practice to design web pages with that kind of browser compatibility - shame on Microsoft to mention it at all...
Use browser capability check for you web pages...
 
Share this answer
 
 
Share this answer
 
try this meta tag

HTML
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
 
Share this answer
 
Comments
stellus 27-Mar-14 9:01am    
thanks for your valuable response,
i had tried above one.
i still getting the page alignment issue in my page.
Ankur Ramanuj 27-Mar-14 9:19am    
delete your browser cache and try it.

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