Archive: How to make mouse hover on link


How to get mouse hover event on link
Hello,

Is there any plugin support for mouse hover event. I want to implement on the text link to change the color when the mouse hovering on it.. Thanks


Hmm, there is no general solution for this.
I assume you need to do some C coding - handling some WM_ messages.

Try to use Linker plug-in (http://nsis.sourceforge.net/Linker_plug-in) if you need to create clickable links.
If you want to use custom colors you may modify it.