日向夏特殊応援部隊

俺様向けメモ

CSS Hacks まとめ (9) Inline high pass filter

はじめに

d:id:ZIGOROu:20070116:1168900766のinのinline版です。

  1. http://www.tantek.com/CSS/Examples/inlinehpf.html

どんな物か

<style type="text/css">
p.attention { background:yellow }
i{content:"\"/*"}
p.attention { background:lime }
</style>

i要素に当ててるルールのcontentの中身が誤解釈されて古いブラウザだとそれ以降のスタイルが当たらないよって事。

背景がlimeになるのが、

  1. IE5/Mac or later
  2. IE6/Windows or later
  3. Netscape 6 or later
  4. Opera 5 or later

です。

まとめ

場合によっては使えるかもしれないですな。