http://www.51windows.net/myjs/?u=/hw/asp/jsview.asp?id=118
<script>if( self == top ){top.location = "/myjs/?u=/hw/asp/jsview.asp?id=276";}</script>
<a href="###" style="cursor: auto;">auto</a><br>
<a href="###" style="cursor: crosshair ">crosshair</a><br>
<a href="###" style="cursor: default ">default</a><br>
<a href="###" style="cursor: hand ">hand </a><br>
<a href="###" style="cursor: move ">move</a><br>
<a href="###" style="cursor: e-resize ">e-resize</a><br>
<a href="###" style="cursor: ne-resize ">ne-resize</a><br>
<a href="###" style="cursor: nw-resize">nw-resize</a><br>
<a href="###" style="cursor: n-resize">n-resize</a><br>
<a href="###" style="cursor: se-resize">se-resize</a><br>
<a href="###" style="cursor: sw-resize">sw-resize</a><br>
<a href="###" style="cursor: s-resize">s-resize</a><br>
<a href="###" style="cursor: w-resize">w-resize</a><br>
<a href="###" style="cursor: text">text</a><br>
<a href="###" style="cursor: wait">wait</a><br>
<a href="###" style="cursor: help">help</a><br>IE6盓厥腔<br>
<a href="###" style="cursor: pointer">pointer</a><br>
<a href="###" style="cursor: progress">progress</a><br>
<a href="###" style="cursor: not-allowed">not-allowed</a><br>
<a href="###" style="cursor: no-drop">no-drop</a><br>
<a href="###" style="cursor: vertical-text">vertical-text</a><br>
<a href="###" style="cursor: all-scroll">all-scroll</a><br>
<a href="###" style="cursor:col-resize">col-resize</a><br>
<a href="###" style="cursor: row-resize">row-resize</a><br>
<a href="###" style="cursor: url(*.cur)">url(*.cur)</a><br>
<a href="###" style="cursor: url(*.ani)">url(*.ani)</a><br>

解决方案 »

  1.   

    SyntaxHTML { cursor : sCursor }  
    Scripting object.style.cursor(v) [ = sCursor ] Possible ValuessCursor String that specifies or receives one or more of the following possible values, separated by commas.all-scroll   Internet Explorer 6 and later. Arrows pointing up, down, left, and right with a dot in the middle, indicating that the page can be scrolled in any direction. 
    auto Default. Browser determines which cursor to display based on the current context. 
    col-resize   Internet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicating that the item/column can be resized horizontally. 
    crosshair Simple cross hair. 
    default Platform-dependent default cursor; usually an arrow. 
    hand Hand with the first finger pointing up, as when the user moves the pointer over a link. 
    help Arrow with question , indicating help is available. 
    move Crossed arrows, indicating something is to be moved. 
    no-drop   Internet Explorer 6 and later. Hand with a small circle with a line through it, indicating that the dragged item cannot be dropped at the current cursor location. 
    not-allowed   Internet Explorer 6 and later. Circle with a line through it, indicating that the requested action will not be carried out. 
    pointer Internet Explorer 6 and later. Hand with the first finger pointing up, as when the user moves the pointer over a link. Identical to hand. 
    progress   Internet Explorer 6 and later. Arrow with an hourglass next to it, indicating that a process is running in the background. User interaction with the page is unaffected. 
    row-resize   Internet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicating that the item/row can be resized vertically. 
    text Editable text; usually an I-bar. 
    url(uri)   Internet Explorer 6 and later. Cursor is defined by the author, using a custom Uniform Resource Identifier (URI), such as url('mycursor.cur'). Cursors of type .CUR and .ANI are the only supported cursor types. 
    vertical-text   Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar. 
    wait Hourglass or watch, indicating that the program is busy and the user should wait. 
    *-resize Arrows, indicating an edge is to be moved; the asterisk (*) can be N, NE, NW, S, SE, SW, E, or W—each representing a compass direction.