その他のメモ
5 月 12th, 2009
スポンサードリンク
CSSやJavaScriptの振り分けの際の記述
<!--[if IE 5 ]><link rel=”stylesheet” type=”text/css” href=”style.css”><![endif]–>
IE5だけに読み込ませたいとき
<!--[if IE 5.5000 ]><link rel="stylesheet" type="text/css" href="style.css"><![endif]–>
IE5.5だけに読み込ませたいとき
<!--[if IE 6 ]><link rel=”stylesheet” type=”text/css” href=”style.css”><![endif]–>
IE6だけに読み込ませたいとき
Leave a Reply











































