SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Modifying the mouse instance
-
Jan 8, 2002, 11:31 #1
- Join Date
- Dec 2001
- Location
- Montréal
- Posts
- 729
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Modifying the mouse instance
Hi again. I was wondering if any of you know how I could affect the user's mouse on a Web page as to switch to the hand icon instead of the arrow pointer (the one that shows when mouseovering a link) without actually having to create a <a> link itself?
For example, I'd like to affect the mouse when entering the zone of an image and bring back the arrow pointer on mouseout.Denis Boudreau <C²/> - Web Standards & Accessibility
[+] ICQ number: 115649885 || Email: denis@cybercodeur.net
[+] Daily Weblog on Web standards and accessibility : CYBERcodeur.net
-
Jan 8, 2002, 13:48 #2
- Join Date
- Sep 1999
- Location
- Tampa
- Posts
- 73
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
<img src="d.gif" OnMouseOver="this.style.cursor='hand';" OnMouseOut="this.style.cursor='default';">
Bryan F. Hogan
Director of Internet Development
http://www.cfm-applications.com
bryan.hogan@cfm-applications.com
-
Jan 8, 2002, 17:33 #3
- Join Date
- Dec 2001
- Location
- Montréal
- Posts
- 729
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks!!!
Denis Boudreau <C²/> - Web Standards & Accessibility
[+] ICQ number: 115649885 || Email: denis@cybercodeur.net
[+] Daily Weblog on Web standards and accessibility : CYBERcodeur.net
-
Jan 8, 2002, 17:52 #4
- Join Date
- Sep 1999
- Location
- Tampa
- Posts
- 73
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Your welcome!
Bryan F. Hogan
Director of Internet Development
http://www.cfm-applications.com
bryan.hogan@cfm-applications.com
Bookmarks