How To Change The Mouse Pointer With CSS

Author: , September 4th, 2010

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 […]