I'm trying to find CSS tools that help you determine the results of inheritance and the cascade for elements on a Web page. So far, I've only found a few tools that help with this:
--Dreamweaver 8: CSS Styles Panel can 1. list all styles that are inherited by an element 2. determine the specificity of a particular style (I know, that's not so hard to do yourself) 3. show the "results" of the cascade for a particular element: that is, all of the properties affecting an element (including all inherited properties) --Style Master from Western Civ can show which styles effect a given element on a page --Web Developer's Toolbar for Firefox (CSS-->View Style Information) will show the inheritance structure of a page element. --Xylescope for Mac lets you view all styles and properties that affect an element on the page. --Safari's "Web Inspector" (only available at this point by downloading the source code) looks like it will have a lot of tools for examining the cascade. Are there any other tools out there that you're using (besides your brains) that help you figure out the results of the cascade for elements on a Web page? thanks --dave mcfarland ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
