Translate

Monday, July 1, 2013

IE Cross Browser & Compatibility Issue for IE8, IE9



        <head>

       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<link rel="stylesheet" href="css/ie8.css" />
<![endif]-->
</head>

Will fix....all IE 8 & IE9 issues :)