tags:

views:

239

answers:

2

How to add new css class or id and then write properties for html element in firebug's right side css pane. like we can write in web developer toolbar > edit css

+1  A: 

You can right click on Style Tab then Edit Element Style... or New Property...

You can also enable/disable styles by clicking a RED Circle with diagonal line. If the style becomes grayed it means that it is disabled.

jerjer
we can only add or edit properties of already defined css class or ie . i want o know how to add new css class or id?
metal-gear-solid
You just need to edit the css class or id on the HTML tab, just right click(Edit/Add Attribute) or double click on a particular tag.
jerjer