[Javascript] Changing link hover through JS

Mike Dougherty mdougherty at pbp.com
Sun Jun 8 22:59:41 CDT 2008


On Sun, Jun 8, 2008 at 10:45 PM, Skip Evans <skip at bigskypenguin.com> wrote:

>
> But I also need to set the hover color, and for
> the life of me can find it nowhere!!!
>
>
there is technically no 'hover color' - you can set the color of an object
to be displayed when the mouse is over it using either the :hover CSS
selector or directly set the color in response to the mouseover event (then
set it back on the mouseout event)

'hope that helps.  good luck on the next step :)



More information about the Javascript mailing list