Thursday, May 13, 2004

Newsflash: IE Conditional Comments

(via blog-fu)
<link rel="stylesheet" type="text/css" href="normal.css" />
<!-- [if IE]>
<link rel="stylesheet" type="text/css" href="iewin.css" />
<![endif]-->

Comments: