javascript控制样式

xiaochuachua 2012-10-09

javascript,控制鼠标,如变成漏斗形式:

<ahref="http://"style="cursor:auto;">auto</a><br/>

<ahref="http://"style="cursor:crosshair">crosshair</a><br/>

<ahref="http://"style="cursor:default">default</a><br/>

<ahref="http://"style="cursor:hand">hand</a><br/>

<ahref="http://"style="cursor:move">move</a><br/>

<ahref="http://"style="cursor:e-resize">e-resize</a><br/>

<ahref="http://"style="cursor:ne-resize">ne-resize</a><br/>

<ahref="http://"style="cursor:nw-resize">nw-resize</a><br/>

<ahref="http://"style="cursor:n-resize">n-resize</a><br/>

<ahref="http://"style="cursor:se-resize">se-resize</a><br/>

<ahref="http://"style="cursor:sw-resize">sw-resize</a><br/>

<ahref="http://"style="cursor:s-resize">s-resize</a><br/>

<ahref="http://"style="cursor:w-resize">w-resize</a><br/>

<ahref="http://"style="cursor:text">text</a><br/>

<ahref="http://"style="cursor:wait">wait</a><br/>

<ahref="http://"style="cursor:help">help</a><br/>

IE6支持的<br/>

<ahref="http://"style="cursor:pointer">pointer</a><br/>

<ahref="http://"style="cursor:progress">progress</a><br/>

<ahref="http://"style="cursor:not-allowed">not-allowed</a><br/>

<ahref="http://"style="cursor:no-drop">no-drop</a><br/>

<ahref="http://"style="cursor:vertical-text">vertical-text</a><br/>

<ahref="http://"style="cursor:all-scroll">all-scroll</a><br/>

<ahref="http://"style="cursor:col-resize">col-resize</a><br/>

<ahref="http://"style="cursor:row-resize">row-resize</a><br/>

<ahref="http://"style="cursor:url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a><br/>

<ahref="http://"style="cursor:url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a><br/>

相关推荐