Card: Include css and javascript in xHTML only for specific version of IE?
[x]

Cards preview 1/4

speech

Include css and javascript in xHTML only for specific version of IE?

speech
  • <!--[if gte IE 6]>IE 6-7-8<![endif]--> 
  • <!--[if lte ie 7]>IE 5-6-7<![endif]-->
  • <!--[if IE]>All IE<![endif]-->
  • <!--[if IE 7]>IE 7<![endif]-->
<!--[if lte ie 7]>
    <link rel='stylesheet' type='text/css' href='ie.css'/>
    <script type="text/javascript" src="ie.js"/>
<![endif]-->
next previous
[ key ESC - close window ]