Hi all, I'm running into issues with styles and event handling on LinkButtons that I was hoping someone could help me out with.
I'd like to control the hover and active/selected colors for these hyperlinks. I've managed the hover behavior by utilizing the mouseOver and mouseOut methods of the ComponentMouseListener. However, I think my mouseOut behavior (reverts the link's color back to the original state) overrides any color/style I'm setting in the mouseClick due to the fact you click only when the mouse is over the link, but then leave the hover area after clicking. Is there a better/more accepted way of doing this? Perhaps a style key itself called hoverColor or something like that? Any info or advice here would be greatly appreciated. Thanks, Nick Sent from my iPhone