5

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.

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
Joe O'Driscoll
  • 289
  • 3
  • 13

2 Answers2

4

Try Information -> Display Element Information (Ctrl-Shift-F).

Dominic Rodger
  • 97,747
  • 36
  • 197
  • 212
3

With CSS > Edit CSS you can also edit the css and preview changes live.

ChrisR
  • 14,370
  • 16
  • 70
  • 107