I wanted to use a script to change the mouse pointer on my website using JavaScript.
It\'s better done by CSS but my requirement is of a script that can be distributed to ma
Look at this page: http://www.webcodingtech.com/javascript/change-cursor.php. Looks like you can access cursor off of style. This page shows it being done with the entire page, but I'm sure a child element would work just as well.