Mit Firebug Stile auf ein einzelnes Element anwenden?

252
Evans

Wie kann ich mit Firebug Stile auf ein einzelnes Element anwenden?

Mit Chrome Inspector steht Ihnen ein leerer Inline-Selector zur Verfügung (siehe unten). Aus diesem Grund habe ich von Firefox zu Chrome für die Web-Entwicklung gewechselt, aber jetzt muss ich Firebug aufgrund der erforderlichen Add-Ons erneut verwenden.

element.style { } 
0

1 Antwort auf die Frage

0
Evans

http://second-cup-of-coffee.com/tweaking-the-inline-style-of-an-element-in-firebug/

I don’t know why I never tried this, but I finally figured out that simply right-clicking in Firebug’s style window gives you the option to “Edit Element Style…” Yes, it is that simple. Choosing that option will put an element.style option right at the top, just like in Chrome’s Web Inspector.