修改鼠標樣式的CSS代碼
發(fā)布時間:2014-02-20 11:19:45 作者:佚名
我要評論
鼠標的形狀主要有:手形、移動、正在執(zhí)行、十字形等等,下面為大家介紹下如何修改鼠標的CSS樣式
鼠標的形狀主要有:
手形
移動
正在執(zhí)行
十字形
文本編輯I
幫助
等待
文本編輯I
自動(遇到文本變I,遇到鏈接變手形,遇到可擴展邊緣變向各方向拉伸形狀……)
默認(箭頭)
向右變形(東east)
向右上變形
向左上變形
向上變形(北north)
向右下變形
向左下變形
向下變形(南south)
向左變形(西western)
代碼:
<div style="cursor: pointer;">手形</div>
<div style="cursor: move;">移動</div>
<div style="cursor: progress;">正在執(zhí)行</div>
<div style="cursor: crosshair;">十字形</div>
<div style="cursor: text;">文本編輯I</div>
<div style="cursor: help;">幫助</div>
<div style="cursor: wait;">等待</div>
<div style="cursor: inherit;">文本編輯I</div>
<div style="cursor: auto;">自動(遇到文本變I,遇到鏈接變手形,遇到可擴展邊緣變向各方向拉伸形狀……)</div>
<div style="cursor: default;">默認(箭頭)</div>
<div style="cursor: e-resize;">向右變形(東east)</div>
<div style="cursor: ne-resize;">向右上變形</div>
<div style="cursor: nw-resize;">向左上變形</div>
<div style="cursor: n-resize;">向上變形(北north)</div>
<div style="cursor: se-resize;">向右下變形</div>
<div style="cursor: sw-resize;">向左下變形</div>
<div style="cursor: s-resize;">向下變形(南south)</div>
<div style="cursor: w-resize;">向左變形(西western)</div>
手形
移動
正在執(zhí)行
十字形
文本編輯I
幫助
等待
文本編輯I
自動(遇到文本變I,遇到鏈接變手形,遇到可擴展邊緣變向各方向拉伸形狀……)
默認(箭頭)
向右變形(東east)
向右上變形
向左上變形
向上變形(北north)
向右下變形
向左下變形
向下變形(南south)
向左變形(西western)
代碼:
復制代碼
代碼如下:<div style="cursor: pointer;">手形</div>
<div style="cursor: move;">移動</div>
<div style="cursor: progress;">正在執(zhí)行</div>
<div style="cursor: crosshair;">十字形</div>
<div style="cursor: text;">文本編輯I</div>
<div style="cursor: help;">幫助</div>
<div style="cursor: wait;">等待</div>
<div style="cursor: inherit;">文本編輯I</div>
<div style="cursor: auto;">自動(遇到文本變I,遇到鏈接變手形,遇到可擴展邊緣變向各方向拉伸形狀……)</div>
<div style="cursor: default;">默認(箭頭)</div>
<div style="cursor: e-resize;">向右變形(東east)</div>
<div style="cursor: ne-resize;">向右上變形</div>
<div style="cursor: nw-resize;">向左上變形</div>
<div style="cursor: n-resize;">向上變形(北north)</div>
<div style="cursor: se-resize;">向右下變形</div>
<div style="cursor: sw-resize;">向左下變形</div>
<div style="cursor: s-resize;">向下變形(南south)</div>
<div style="cursor: w-resize;">向左變形(西western)</div>
相關文章
- css實現的鼠標經過某對象時讓其變成手狀,下面整理了光標的各種樣式,其中pointer, hand為手形光標2014-07-22
- 鼠標經過時一般都會有鼠標的圖形樣式,為了方便使用本文整理了十五種常見的鼠標經過樣式,喜歡的朋友可以收集下2013-09-10
- CSS中cursor屬性的鼠標樣式有哪些?本文整理了一些,可供大家使用,感興趣的朋友也可以參考下2013-09-09
- 鼠標的顯示樣式可以在css里進行友好的控制,下面整理了一些鼠標的樣式類型,感興趣的朋友可以參考下,希望對大家學習css有所幫助2013-08-20
- 要用到鼠標樣式效果,就順便整理了下十五種CSS鼠標樣式,小例子供大家使用啊,下面與大家分享下CSS鼠標樣式語法及示例,有需求的朋友可以參考下,希望對大家有所幫助2013-08-13
- 巧合要用到鼠標樣式效果,就順便整理了下十五種CSS 鼠標樣式,小例子供大家使用啊2013-03-27
一個俏皮可愛的CSS實現的信封留言樣式,包含基本的留言內容,效果很不錯,感興趣的你可以參考下2013-02-22- 取值: [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resi2009-04-08
巧妙運用CSS立刻改變鼠標的樣式-CSS教程-網頁制作-網頁教學網
用慣了Windows的人對各種各樣的鼠標樣式一定不會陌生。當鼠標移動到不同的地方時,當鼠標執(zhí)行不同的功能時,當系統(tǒng)處于不同的狀態(tài)時,都會使鼠標的形狀發(fā)生變化。而在2008-10-17- 這篇文章主要介紹了CSS更改鼠標為手狀樣式的相關資料,非常不錯,具有參考借鑒價值,需要的朋友可以參考下2016-07-20


