Cursor Style Test Page
Useing this in the head
<STYLE>
H1 {cursor: crosshair}
</STYLE>
This is H1 and should be a Cross Hair
CSS and Cursors Styles
<A HREF="cursor.htm"
STYLE="cursor: auto">Text</A>
<STYLE> link {cursor: crosshair} </STYLE>
cursor: auto (uses what is set by user)
cursor: crosshair (should produce a cross)
cursor: default (cursor remains as it is)
cursor: e-resize (arrow pointing right)
cursor: hand (the regular pointing hand)
cursor: help (a Question Mark should appear)
cursor: move (a cross with arrows on the tips)
cursor: n-resize (an arrow pointing north or up)
cursor: ne-resize (an arrow pointing northeast)
cursor: nw-resize (an arrow pointing northwest)
cursor: pointer (the pointing hand like in hand)
cursor: s-resize (an arrow pointing south or down)
cursor: se-resize (an arrow pointing southeast)
cursor: sw-resize (an arrow pointing southwest)
cursor: text (shaped like the end of an I-beam)
cursor: w-resize (an arrow pointing west)
cursor: wait (shaped like an hourglass)
My HomePage
Last Modified on: