logo

Travis Luong

Full Stack Developer
  • Home
  • About
  • Portfolio
  • Blog
  • Archives

CSS conditional comments for Internet Explorer

07.08.2011

After a while you get used to the quirks of Internet exploder… but not really

<!–[if IE 8]>
<link rel=”stylesheet” type=”text/css” href=”css/ie8.css” />
<![endif]–>

<!–[if IE 7]>
<link rel=”stylesheet” type=”text/css” href=”css/ie7.css” />
<![endif]–>

 

http://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/

See All Posts

  • GitHub
  • LinkedIn
  • Twitter
  • Stack Overflow
  • Instagram
  • LeetCode
  • Uses

© 2011 - 2023 Travis Luong