Lox wrote:
> Hello,
>
> How can I get the styles of the :hover state of a link defined in a
> css stylesheet?
>
> Is it possible?
>
> Regards
The only way I know of is to iterate through the document.styleSheets 
collection.  See quirksmode.org for cross-browser implementation 
information:

http://www.quirksmode.org/dom/changess.html
http://www.quirksmode.org/dom/w3c_css.html

- Ken Snyder

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to