IE only stylesheets

Out of context: Reply #4

  • Started
  • Last post
  • 8 Responses
  • Mojo0

    This is something akin to what I always use for IE stuff.

    <!--[if (IE 8)|(IE 7)]>
    <link rel="stylesheet" href="/_assets/css/ie78.css" type="text/css"/>
    <![endif]-->
    <!--[if IE 6]>
    <meta http-equiv="imagetoolbar" content="no" />
    <link rel="stylesheet" href="/_assets/css/ie6.css" type="text/css"/>
    <![endif]-->

    • ridiculous that you even have to do this.dbloc
    • i've never found this to work so well. usually roll with javascript browser detection- bleugh!Samush

View thread