CSS Cursor Types

By Forrest Smith - Drempd.com

I can never quite remember the common cursor types. For some reason, I always think the arrow cursor style, which is what you normally have when browsing a page is set as an 'arrow' (which isn't part of the spec), or as a 'pointer', because, well, I guess that seems closer to an arrow, which is what I'm going for.

For the default arrow:
cursor: default;

For the cursor when over a link:
cursor: pointer;