<!DOCTYPE html>
<html>

<HEAD>
<TITLE>Cursor Example</TITLE>
</HEAD>
<BODY >
<H2 STYLE="CURSOR:se-resize">Various Cursor Examples<br><br>Take aim... and Fire!!!</H2>
 
<center>
<IMG SRC="/~sultans/html/demo/css/img/plane.jpg" STYLE="CURSOR:crosshair">

<H3 STYLE="CURSOR:n-resize"> Move up</H3>

<H3 STYLE="CURSOR:wait">Or wait</H3> 

<H3 STYLE="CURSOR:help">Need Help?</H3>
</center>
</BODY>

<!------------ CURSOR values ----------------
CURSOR:hand
CURSOR:pointer
CURSOR:move
CURSOR:crosshair
CURSOR:n-resize e- s- w- ne- se- nw- sw- 
CURSOR:text
CURSOR:wait
CURSOR:help
-------------------------------------------->
</HTML>