El mar, 04-05-2004 a las 20:57, Javier (IRCOrioN) escribi�: > > Buenas. > > > �Como podria acceder a ver el color de fondo de ese div siendo puesto por una clase? >
This assumes that your style properties are inline, within the STYLE attribute of the HTML tag. If you're using STYLE tags or calling in external CSS with a LINK tag, you'll have to access the sheets themselves by using the document.styleSheets collection. This collection holds references to each stylesheet object. http://www.scottandrew.com/index.php/articles/dhtml_ns6 -- Manuel trabaja para Simplel�gica, construcci�n web (+34) 985 22 12 65 http://simplelogica.net _______________________________________________ Ovillo mailing list [EMAIL PROTECTED] http://ovillo.org/mailman/listinfo/ovillo_ovillo.org
