Style
Add Music
Add Video
Background
Character
Colors
Cursor
Filters
Link
Marquee
Picture
Scrollbar
Text
Changing the Cursors on your page.
Cursor Types with Preview
Cursor Code
cursor: auto (users normal)
<style type="text/css">body { cursor: auto; } </style>
cursor: crosshair (sa crosshair)
<style type="text/css">body { cursor: crosshair; } </style>
cursor: default (cursor remains the same)
<style type="text/css">body { cursor: default; } </style>
cursor: e-resize (right arrow)
<style type="text/css">body { cursor: e-resize; } </style>
cursor: hand (a pointing hand)
<style type="text/css">body { cursor: hand; } </style>
cursor: help (a question mark)
<style type="text/css">body { cursor: help; } </style>
cursor: move (a mover tool)
<style type="text/css">body { cursor: move; } </style>
cursor: n-resize (vertical resize)
<style type="text/css">body { cursor: n-resize; } </style>
cursor: ne-resize (horizontal resize)
<style type="text/css">body { cursor: ne-resize; } </style>
cursor: nw-resize (diagional resize)
<style type="text/css">body { cursor: nw-resize; } </style>
cursor: pointer (a hand)
<style type="text/css">body { cursor: pointer; } </style>
cursor: s-resize (vertical)
<style type="text/css">body { cursor: s-resize; } </style>
cursor: se-resize (diagional resize)
<style type="text/css">body { cursor: se-resize; } </style>
cursor: sw-resize (diagional resize - other way)
<style type="text/css">body { cursor: sw-resize; } </style>
cursor: text (text cursor)
<style type="text/css">body { cursor: text; } </style>
cursor: w-resize (horizontal resize)
<style type="text/css">body { cursor: w-resize; } </style>
cursor: wait (an hourglass)
<style type="text/css">body { cursor: wait; } </style>
Custom Cursor
<style type="text/css">body { cursor: url("
link_to_cursor
"); } </style>
More Cursor Options
http://www.boomspeed.com/
Free Cursors