It is impossible for Javascript to access hover styles.

However, here is a thread where a guy explains a way to search <style>
tags for the hover class and replace it with regexs - should work, but
it's certainly very heavy.

http://bytes.com/forum/thread618030.html

good luck :]

On Sep 28, 1:33 am, Aaron McGuire <[EMAIL PROTECTED]>
wrote:
> Hello, I'm building a plugin which requires me to retrieve the css
> hover color from an a element. Is this possible? Something like "$
> ('a').css('hover:color');???  Any ideas would really help out. Thanks.
>
> -Aaron

Reply via email to