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

后端 未结 5 1323
轻奢々
轻奢々 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:17

    Just locate the instance of that attribute name that isn't crossed out, that is the one overriding.

提交回复
热议问题