Re: How do you access the DOM CSS interfaces?

Dylan Schiemann <dylans@yahoo.com> wrote on 11/4/01 4:37:39 PM:
>
>Some info at
>http://www.xs4all.nl/~ppk/js/getstyles.html and
>http://developer.apple.com/internet/_javascript/styles.html
>may be helpful.
>
>Note that the .style is an optional part of the DOM 2
>CSS spec. and is therefore not deprecated.

Are you saying that an element that has the 'style' attribute specified is an 
instance of 'ElementCSSInlineStyle', and therefore .style refers to the 'style' 
attribute of that interface and not the 'style' attribute of the element? 

Received on Monday, 5 November 2001 08:45:32 UTC