<html> <head> <title>JS定义各种不同鼠标形状</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body> <br> <a href="cursor.htm" style="cursor:hand">style="cursor:hand"</a><br/> <a href="cursor.htm" style="cursor:crosshair">style="cursor:crosshair"</a><br/> <a href="cursor.htm" style="cursor:text">style="cursor:text"</a><br/> <a href="cursor.htm" style="cursor:wait">style="cursor:wait"</a><br/> <a href="cursor.htm" style="cursor:move">style="cursor:move"</a><br/> <a href="cursor.htm" style="cursor:help">style="cursor:help"</a><br/> <a href="cursor.htm" style="cursor:e-resize">style="cursor:e-resize"</a><br/> <a href="cursor.htm" style="cursor:nw-resize">style="cursor:nw-resize"</a><br/> <a href="cursor.htm" style="cursor:w-resize">style="cursor:w-resize"</a><br/> <a href="cursor.htm" style="cursor:s-resize">style="cursor:s-resize"</a><br/> <a href="cursor.htm" style="cursor:n-resize">style="cursor:n-resize"</a><br/> <a href="cursor.htm" style="cursor:se-resize">style="cursor:se-resize"</a><br/> <a href="cursor.htm" style="cursor:sw-resize">style="cursor:sw-resize"</a><br/> <br> <br> </body> </html>