CSSの識別名(identifier)には、アンダースコア(_)が使えるわけですが、どうやらInternet Explorer 5以降には、これにまつわるちょっとしたバグがあるみたいです。そのバグというのは、「識別名の先頭にあるアンダースコアを無視する」というもの。CSS: The Underscore Hackで見つけました。 Underscore ("_") is allowed in CSS identifiers by the CSS2.1 Specification Browsers have to ignore unknown CSS properties Windows IE 5+ doesn't recognize the "_" at the beginning of CSS property name このページの例にもあるように、こんな書き方をするとMozillaやO