IE:
类 > ID选择器 > 标签
例:
<div id="divMain" class="divSpecial">内容儿</div>
在Firefox中表现出 #divMain{} 所定义的样式,而在IE中则表现出 .divSpecial{} 所定义。