[CSS揭秘]滑鼠游標

來源:互聯網
上載者:User

標籤:one   copy   指標   center   resize   控制項   css   滑鼠   元素   

滑鼠指標可以用來告訴使用者當前可以執行什麼動作

目前已有的內建游標種類有:

crosshair help move pointer progress text wait e-resize
ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize none
context-menu cell vertical-text alias copy no-drop not-allowed ew-resize
ns-resize nesw-resize nwse-resize col-resize row-resize all-resize zoom-in

zoom-out

 

介紹幾種常用游標

1. 提示禁用狀態

not-allowed用於提示某個控制項因為某種原因無法進行互動,常常用於表單

:disabled, [disabled], [aria-disabled=‘true‘]{

  cursor: not-allowed;

}

 

2. 隱藏滑鼠游標

比如公用場所的資訊查詢台,娛樂平台需要合適的隱藏滑鼠游標,帶來可用性提升。

video{

  cursor: none;

}

 

3. 縮放游標

現在提供了幾種新的縮放游標,分別是 ew-resize, ns-resize, nesw-resize, nwse-resize

常常用於自訂縮放元素的邊界上

[CSS揭秘]滑鼠游標

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.