Click and edit CSS with Firefox? -


I want to click on a portion of a webpage and see the CSS markup.

Does the CSS use the rules, classes, ids, etc. and be able to edit them.

I have installed and the web developer plug-in, but I do not know how to do it. With the setting up of firebug right-click the element you want to select and click Inspect element.

With the web developer toolbar, press ctrl + shift + f to open that item Shows outlines and elements.

After editing the element in the firebug after checking the element, you can add value to just by clicking on the individual elements or by adding new elements. Keep in mind that without this additional plugins this data will not be saved.

Here's a guide to using firebug:


Comments