Is there a way to check which CSS styles are being used or not used on a web page?

后端 未结 7 2163
鱼传尺愫
鱼传尺愫 2020-11-29 17:47

Want to know which CSS styles are currently being used on a web page.

7条回答
  •  庸人自扰
    2020-11-29 18:28

    Install the CSS Usage add-on for Firebug and run it on that page. It will tell you which styles are being used and not used by that page.

提交回复
热议问题