IE version css

<!--[if IE 8]> 
<style type="text/css"> 
/* css for IE 8 */ 
</style> 
<![endif]-->
<!--[if lt IE 8]> 
<link href="ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
  • <!--[if IE 8]> = IE8
  • <!--[if lt IE 8]> = IE7 or below
  • <!--[if gte IE 8]> = greater than or equal to IE8

CSS Specific for Internet Explorer

Leave a Reply