I recall hearing about a tool that allows you to dynamically edit CSS when viewing a page. This is primarily useful for developers开发者_Python百科, and I'm not looking to apply those changes later.
Does this tool exist? I'm looking for something that works with either FireFox or Chrome.
- Firefox: Firebug.
- Chrome: dev tools are built in:
This is the firebug extension for Firefox !
http://getfirebug.com/
Yes. You can edit css dynamically with Firebug addon for Firefox. You can do the same with the latest version of Opera (is built in) and also I imagine Chrome too.
Infact with these tools you can edit not just css but html and the rendered DOM too. Plus you can run js too.
精彩评论