Show Hand curson onmouseover

Helpful when creating links over images without hotspots.
HTML • JavaScript


Using HTML
<P onmouseover="this.style.cursor='hand'"> 

Using Javascript
this.style.cursor='hand'

Posted by fbrefere001 on Friday February 24, 2006