Can anybody advise how to make a custom cursor appear upon mouseover of the product image ONLY on the product info page? I want to change the cursor to a magnifying glass when the user hovers over the product image on the product info page. Here is a link to a product on my site... I want a magnifying glass to appear when hovered over the main image: http://tinyurl.com/6psbe3a
I got this CSS code from another site that showed how to implement a custom cursor with CSS but I am not sure how to apply it to my own situation:
Any help is very much appreciated.Code:.next:hover { cursor:url(img/right-pointer.png); }
Thank you,
R


Reply With Quote

