修改鼠標的CSS樣式

鼠標的形狀主要有:
手形
移動
正在執行
十字形
文本編輯I
幫助
等待
文本編輯I
自動(遇到文本變I,遇到鏈接變手形,遇到可擴展邊緣變向各方向拉伸形狀……)
默認(箭頭)
向右變形(東east)
向右上變形
向左上變形
向上變形(北north)
向右下變形
向左下變形
向下變形(南south)
向左變形(西western)
代碼:
<div style="cursor: pointer;">手形</div>
<div style="cursor: move;">移動</div>
<div style="cursor: progress;">正在執行</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>

發佈了16 篇原創文章 · 獲贊 2 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章