cursor to hand or custom  [ 818 views ]

Goal: to customize the cursor over an object

.handy{
  cursor: hand;
  pointer: hand;
}
.openhand{
  cursor: url('https://mail.google.com/mail/images/2/openhand.cur'), default !important;
}
.closedhand{
  cursor: url('https://mail.google.com/mail/images/2/closedhand.cur'), default !important;
}
#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }