亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

用css添加手狀樣式鼠標移上去變小手

  發(fā)布時間:2014-07-22 17:36:16   作者:佚名   我要評論
css實現(xiàn)的鼠標經(jīng)過某對象時讓其變成手狀,下面整理了光標的各種樣式,其中pointer, hand為手形光標

用css 添加手狀樣式,鼠標移上去變小手,變小手

復制代碼
代碼如下:

<span style="font-size:14px">cursor:pointer;

</span><div class="wp_syntax"><span style="font-size:14px">用JS使鼠標變小手onmouseover(鼠標越過的時候)
</span><div class="code"><pre name="code" class="javascript"><span style="font-size:14px">onmouseover<span style="color:rgb(51,153,51)">=</span><span style="color:rgb(51,102,204)">"this.style.cursor='hand'"</span>
</span></pre><span style="font-size:14px"></span></div><span style="font-size:14px"></span></div><span style="font-size:14px"></span><div class="wp_syntax"><span style="font-size:14px"></span><div class="code"><span style="font-size:14px"></span><pre name="code" class="php"><span style="font-size:14px">cursor其他取值
auto :標準光標
<span style="color:rgb(177,177,0)">default</span> :標準箭頭
pointer, hand :手形光標
wait :等待光標
text :I形光標
vertical<span style="color:rgb(51,153,51)">-</span>text :水平I形光標
no<span style="color:rgb(51,153,51)">-</span>drop :不可拖動光標
not<span style="color:rgb(51,153,51)">-</span>allowed :無效光標
help :幫助光標
all<span style="color:rgb(51,153,51)">-</span>scroll :三角方向標
move :移動標
crosshair :十字標 </span>
</pre></div></div>

相關(guān)文章

最新評論