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

修改鼠標(biāo)樣式的CSS代碼

  發(fā)布時(shí)間:2014-02-20 11:19:45   作者:佚名   我要評(píng)論
鼠標(biāo)的形狀主要有:手形、移動(dòng)、正在執(zhí)行、十字形等等,下面為大家介紹下如何修改鼠標(biāo)的CSS樣式
鼠標(biāo)的形狀主要有:
手形
移動(dòng)
正在執(zhí)行
十字形
文本編輯I
幫助
等待
文本編輯I
自動(dòng)(遇到文本變I,遇到鏈接變手形,遇到可擴(kuò)展邊緣變向各方向拉伸形狀……)
默認(rèn)(箭頭)
向右變形(東east)
向右上變形
向左上變形
向上變形(北north)
向右下變形
向左下變形
向下變形(南south)
向左變形(西western)
代碼:

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

<div style="cursor: pointer;">手形</div>
<div style="cursor: move;">移動(dòng)</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;">自動(dòng)(遇到文本變I,遇到鏈接變手形,遇到可擴(kuò)展邊緣變向各方向拉伸形狀……)</div>
<div style="cursor: default;">默認(rèn)(箭頭)</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>

相關(guān)文章

最新評(píng)論