简体   繁体   中英

Does the Firefox Web Developer Toolbar have an equivalent of Firebug's “Inspect Element” CSS live-debug feature?

To edit CSS, I have to inspect elements in Firebug and then make changes in the Firefox Web Developer toolbar so that I can save the changes out to a separate CSS file.

It would be nice if I could forget about Firebug and just use a single tool. Does the Web Developer toolbar have an "Inspect Element" option? I can't seem to find one.

What this feature does is lets you hover your mouse over structural elements and inspect the associated CSS.

尝试信息 - >显示元素信息(Ctrl-Shift-F)。

使用CSS>编辑CSS,您还可以编辑css并预览实时更改。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM