well!!!
I resolved the problem
you acess the collection of the stylesheets of document by the htc file
exemple
style.css
.test{ .... }
window.document.styleSheets[0].rule[0].selectorText
return test
~ -----Mensagem original-----
~ De: Andre Cassal [mailto:andre@b...]
~ Enviada em: quinta-feira, 27 de fevereiro de 2003 11:44
~ Para: javascript
~ Assunto: [javascript] htc styleSheets collection
~
~
~ Hi!
~
~ I want know (if someone can help me!), how I acess the styleSheets
~ collection from htc file. Because I want do a check style, and I need that
~ return the names of everyone rules of styleSheets
~
~ thanks
~
~
~