How To Change The Mouse Pointer With CSS

Published Date Author: , Posted September 4th, 2010 at 10:52:14am

In your stylesheet, use:
[code]cursor: {value}[/code]
Replace {value} with one of the following names (in bold):
(Hover over each name in bold to see an example of the mouse pointer…)

  • pointer – The hand icon usually used when hovering over an HTML link
  • help – A question mark
  • text – Shows the text-select (“I”-shape) icon
  • wait – The “computer is busy” symbol
  • crosshair – Cross hair reticle
  • default – Use the normal mouse cursor icon

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.