jerry_yasir Posted December 18, 2003 Posted December 18, 2003 Hi Can any one please tell me how to handle the mouse events in a Web Page. I have a hyper link and i want to change its back color when the mouse is on the hyper and change to orignal when not. Thanks jerry yasir Quote
fadi Posted December 18, 2003 Posted December 18, 2003 use in html the onmouseover and onmouseout events. Set the backcolor like this onmouseover="this.bgcolor='#FFFFFF'" etc.. Quote
bungpeng Posted December 18, 2003 Posted December 18, 2003 This is scripting language like javascript or vbscript, please take note that it may not work in some other browsers. Quote
Administrators PlausiblyDamp Posted December 18, 2003 Administrators Posted December 18, 2003 If you are using CSS then you could define an entry for a:hover similar to a:hover { background-color: Lime; } although probably not the colour I'd choose ;) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.