Here's a link if this would help:
lovesongforever.com/nancytributes
Trying to add a custom css cursor. If I try to use a standard cursor for testing purposes, e.g., "wait", cursor change happens properly ... but NOT for custom css cursor via url(...)
Couldn't get the css cursor spec to work without ", help"
.surpriseCursor {
cursor: url(clapping_hands.gif), help; /* max size = 32 X 32 pixels */
}
<a name="surprise"> </a>
<a href="#surprise" onclick="PlaySound('applause', 'applause.mp3'); return false">
<img class="surpriseCursor" src="Broken_Heart.gif"><p>
</a>