Problem: Often there are a lot of css properties overridden by a lot of stylesheets. Especially if you look at some ui libraries. Now to be able to find all the places a property has been mentioned we can just see the firebug styles tab. But it is very difficult to find say position property, even though you find one and commented one there might be others activated.
Solution: It should be much nice to be able to filter all the position properties or float properties, or both. Often we need both to understand the situation. A search to jump through all the specified properties would be great. Or another options is filter the style window: lets say filter using 'position' and 'float', then it should show me only position and float properties of those selected elements. Developer tools is soon going to have this, and I don't want firebug to loose out on this too. -- 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 https://groups.google.com/forum/#!forum/firebug
