欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

用css添加手狀樣式鼠標(biāo)移上去變小手

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

用css 添加手狀樣式,鼠標(biāo)移上去變小手,變小手

復(fù)制代碼
代碼如下:

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

</span><div class="wp_syntax"><span style="font-size:14px">用JS使鼠標(biāo)變小手onmouseover(鼠標(biāo)越過(guò)的時(shí)候)
</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 :標(biāo)準(zhǔn)光標(biāo)
<span style="color:rgb(177,177,0)">default</span> :標(biāo)準(zhǔn)箭頭
pointer, hand :手形光標(biāo)
wait :等待光標(biāo)
text :I形光標(biāo)
vertical<span style="color:rgb(51,153,51)">-</span>text :水平I形光標(biāo)
no<span style="color:rgb(51,153,51)">-</span>drop :不可拖動(dòng)光標(biāo)
not<span style="color:rgb(51,153,51)">-</span>allowed :無(wú)效光標(biāo)
help :幫助光標(biāo)
all<span style="color:rgb(51,153,51)">-</span>scroll :三角方向標(biāo)
move :移動(dòng)標(biāo)
crosshair :十字標(biāo) </span>
</pre></div></div>

相關(guān)文章

最新評(píng)論