Has Firebug a feature to show overridden css fileds, and which one is
active among same fields.For example suppose that for the same html
page I included two different .css files.
table{
border: 1px;
}
table{
border: 2px;
}
Does firebug show which one is active, and if answer is yes, How ?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---