* CSSハック [#f7b52e8e]

** IE6のみ [#oeb8e570]
*** スターハック [#jc1d511c]
 * html #elem { color: red }

**IE6/7/8のみ [#a626efe8]
 #elem {  
   color/*\**/:red\9;  
 }

**IE8(標準モード)のみ [#a626efe8]
 html>/**/body #elem {  
   color/*\**/:red\9;  
 }

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS