Is it possible to debug CSS?

后端 未结 9 820
野趣味
野趣味 2021-01-01 01:44

I am a CSS newbie. Is there a tool that can help debug CSS styles applied to a web page.

How does one generally debug CSS and resolve issues when some elements on t

相关标签:
9条回答
  • 2021-01-01 02:14

    And built-in DragonFly in Opera.

    0 讨论(0)
  • 2021-01-01 02:16

    Web developer tools like Safari’s Web Inspector or Firebug for Firefox can help you to debug your CSS. Those tools can show you the rule cascade applied to a specific element and allow you to change or disable particular properties.

    0 讨论(0)
  • 2021-01-01 02:21

    You use Firebug in Firefox, which makes debugging a lot more easy.

    0 讨论(0)
提交回复
热议问题