Is it possible to debug CSS?

后端 未结 9 899
野趣味
野趣味 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 01:57

    Use Firefox to develop and test your CSS first, then switch to other browsers to test your code. This is a generally accepted method IMHO. Firebug is great, but it works even better if you combine it with Web Developer plug in for FF.

    There is a great site, worth checking out, with lots of info about CSS and HTML development.

提交回复
热议问题