$('#image').mouseover(function(){ $(this).css({cursor: 'url(zoom.png)'}); }).mouseout(function(){ $(this).css({cursor: 'default'}); });