コンディショナルコメント

<!--[if IE]>
<link rel="stylesheet" href="ie.css" type="text/css" />
<![endif]-->

とか

<!--[if !IE]>
<link rel="stylesheet" href="others.css" type="text/css" />
<![endif]-->

とか。

* * *
参考:
http://bit.ly/ej1iMv

IE10からはなくなるらしい:
http://news.mynavi.jp/news/2011/07/22/020/index.html
最終更新:2011年11月28日 15:48