views:

83

answers:

2

hello.. i want to do custom cursor in particular place in my webpage. i have number of images when mouseover on images then cursor image change as a custom cursor. how to do ?

+1  A: 

What you are probably looking for (based on your very limited description) are CSS Cursors:

Lucanos
+1  A: 

A quick google search found this: http://www.hypergurl.com/customcursor.html

Jay