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/