treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] External stylesheet for IE wont work.

  • i'm trying to link an external stylesheet for IE8 and bellow. This is what the code looks like and its in the head section of my HTML. What am i doing wrong? and the directory and stylesheet extension is right. i double checked.

      <!--[if lte IE 8]>
      <link rel="stylesheet" type="text/css" href="stylesheets/ie8stylesheet.css" />
    <![endif]-->
    
  • Are you loading it after your main stylesheet?

  • @sedana yea i am. thanks it works.