If you're talking about accessing the included stylesheets, you certainly can
do that by accessing document.styleSheets.

document.styleSheets returns an array of CSSStyleSheet objects.  This object
provides the methods addRule and deleteRule.

document.styleSheets is part of the DOM Level 1 standard.  The CSSStyleSheet
object is DOM Level 2.

Take care, and keep creating!
Sean


Stephan Beal-3 wrote:
> 
> AFAIK, most browsers don't directly support scripting the style
> sheet(s), though i have heard rumors that Firefox allows us. There
> isn't (yet) a standard way to do, though.
> 

-- 
View this message in context: 
http://www.nabble.com/Get-size-for-elements-that-don%27t-exist-yet-tf4310553s15494.html#a12275034
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to