Grab Cursor In Windows Chrome
I am getting two cursors in windows chrome version 31.0.1650.57 The two cursor are grab and a default arrow. I have used below CSS CSS div { width:200px; height:200px;
Solution 1:
Used cursor as image from here - http://www.google.com/intl/en_ALL/mapfiles/openhand.cur
div {
cursor:url(../images/openhand.cur) 4 4, move
}
Post a Comment for "Grab Cursor In Windows Chrome"