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
2009-10-22 09:55:56
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
2009-10-22 13:53:19
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
2009-10-23 02:25:39