I would like to use an image that is 195 x 29 to replace the hand when someone hovers over a map image. I'm trying to do this css but would consider a javascript option if no css option is available. I've tried several different css options but can not get the results I'm looking for. Currently i have my css code setup as:
#docmap {float:left;width:620px;height:225px;} .click a:hover {cursor:url(images/click.png) no-repeat !important;} and my html is:
<div id="docmap" class="click"><a href="http://goo.gl/maps/R3TXp" target="_blank"><img src="http://whistlerworks.com/clients/918smile/site/wp-content/themes/Karma/images/map.png" alt="" /></a></div> Thanks for the help.