文章專區

網頁設計相關文章

CSS的滑鼠游標屬性:cursor

CSS的cursor屬性可以改變滑鼠游標的形狀,

當滑鼠移過去時,就會顯示自設定的形狀。

共有以下這些屬性值

Crosshair、pointer、text、move、wait、help、progress、
not-allowed、no-drop、no-vertical-text、all-scroll、col-resize、
row-resize、e-resize、ne-resize、n-resize、nw-resize、w-resize、
sw-resize、s-resize、se-resize
 
範例一覽表,將滑鼠移上即可顯示該游標的圖案:

 也可以自設定圖片作為鼠標,寫法:
{ cursor: url(圖片的檔案路徑); }