Simon Kittle wrote: > With regards to your suggestion though - I've used the DOM tool before to > inspect style and it's quite useful, however in my usage I only ever saw the > style directly applied to the element being viewed. Is there a way to make > the DOM viewer display all inherited style also? I know it's not a CSS > question but I thought I'd tag it on as you suggested it! :) >
FxDomInspector http://24ways.org/advent/debugging-css-with-the-dom-inspector In Step 2 of Jon's article, choose "Computed Styles" instead. IE Web Developer Toolbar If you prefer, you could alternatively use the IE Dom Explorer and view the "Current Style". http://css-discuss.incutio.com/?page=BrowserAddOns Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
