In Firebug, how to tell what is overriding a style?

后端 未结 5 1311
轻奢々
轻奢々 2021-01-11 10:42

I have this css:

fieldset li {  
padding-bottom: 0em;  
}  

However, it wasn\'t behaving properly, and using firebug, I see that style has

5条回答
  •  有刺的猬
    2021-01-11 11:25

    If you select the misbehaving item in question, it should give you a list of all the styles applied to it. The bottom should have the most specific styles. If you start at the fieldset li style, you should be able to scroll down until you see one that has overridden it.

提交回复
热议问题