Tuesday, 5 June 2012

CSS,Javascript not working in IE8 browser but working fine in IE7

The CSS and JAVSCRIPT which is working fine in IE7,Firefox,Google Chrome and safari.

However when it comes to IE8 it’s not working fine.
After a long research I found that we need to add a small meta tag in head tag

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

It tells to IE8 to build a website exactly same as IE7

No comments:

Post a Comment