FWDesign
says
I would like to know if there are some free .cur icons for download, I am interested in the move and grab hands.
Thank you for your help!
TNL3542
says
their are sites on google.. i would post the links but its spamming and its not alloud
1763 posts
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
revaxarts
says
I’m using this for “grab-able” elements:
#element{
cursor:hand;
cursor:grab;
cursor:grabbing;
cursor:-moz-grab;
cursor:-webkit-grab;
}
#element.grabbing{
cursor:grabbing;
cursor:-moz-grabbing;
cursor:-webkit-grabbing;
}
FWDesign
says
revaxarts said
I’m using this for “grab-able” elements:#element{ cursor:hand; cursor:grab; cursor:grabbing; cursor:-moz-grab; cursor:-webkit-grab; } #element.grabbing{ cursor:grabbing; cursor:-moz-grabbing; cursor:-webkit-grabbing; }
Thanks for the replay but I really need the actual .cur icons, I don’t want this to be setup like this with css.
