Re: About dropping the style attribute

Craig Francis wrote:
> Considering that most CSS files are not generated by a server side 
> scripting/programming language, how would you generate dynamic styles 
> without the @style attribute?
DOM2 Style: http://www.w3.org/TR/DOM-Level-2-Style/
CSSOM: 
http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8

You can also use "document.createElement()" to generate "style" or 
"link" elements.

Received on Sunday, 24 June 2007 16:33:33 UTC