CSSハックの履歴

IE6.0

/*一つの属性に適用させる*/
*html p#hoge {
color:#000;
}

/*一つのプロパティに適用させる*/
p#hoge {
color:#000;
_margin:15px;
}