WeCodeThings Library
Library of code bits
Glossary    Contact Us
Need a web designer? visit WeCodeThings.Com for more details
Search  
   
Browse by Category

WeCodeThings Library .: JavaScript .: how to change cursor to hand using javascript



how to change cursor to hand using javascript

The simplest way to change the cursor to a hand pointer using inline javascript is:

onmouseover="this.style.cursor='pointer';

Example:
<img src="images/wecodethings.jpg" width="200" height="200" onClick="window.open('http://www.wecodethings.com');" onmouseover="this.style.cursor='pointer';">



How helpful was this article to you?

Related Articles

article Change Font | Text color based on winning number or percentage using cfif ColdFusion
I just wanted to change the font or text...

(No rating)  4-19-2009    Views: 871   
article Javascript Inline Clear a Text Box With a Button Onclick
I find myself needing a way to clear a text...

  6-11-2009    Views: 1270   
article How to display Random Quote using ColdFusion and the RandRange Function
<!--- Be sure to change...

(No rating)  4-7-2009    Views: 921   

User Comments

Add Comment
No comments have been posted.




.: Powered by Lore .:Code by WeCodeThings Website Design and Development