On Aug 22, 3:49 pm, duma <[EMAIL PROTECTED]> wrote: > If you're talking about accessing the included stylesheets, you certainly can > do that by accessing document.styleSheets. ... > document.styleSheets is part of the DOM Level 1 standard. The CSSStyleSheet > object is DOM Level 2.
That may be, but it appears to be poorly supported across the browsers. Googling returns remarkably little useful information about the class, but here's a summary of browser support: http://www.itmill.com/reference/dom2/CSSStyleSheet.html Apparently only Mozilla 1.0+ and Opera 9+ support it in a standards- compliant form.