TomRed.net

  • Increase font size
  • Default font size
  • Decrease font size
Subscribe Bookmark and Share
Home Tutorials CSS CSS Cursor Styles

CSS Cursor Styles

User Rating: / 1
PoorBest 

Presented in alphabetical order. Hover over the blue boxes to see the cursor style. Below the box is the correct way to declare the cursor style.

  • It is advised that you use cursor:pointer; over cursor:hand; if your audience is using browsers other than IE5.0 / IE5.5, if you want to support both then you can add the following in the exact order. { cursor: pointer; cursor: hand; }