編碼的世界 / 優質文選 / 生涯

css的鼠標手勢大全


2022年5月22日
-   

css的鼠標手勢非常多,最長的手型cursor:pointer,其中cursor:hand,也是手型,但是在火狐和穀歌瀏覽器下不兼容,所以css鼠標手型手勢的話用cursor:pointer最好,以下是其它常用代碼

cursor:pointer; 或 cursor:hand; 手型   cursor:crosshair; 十字   cursor:text; 文本   cursor:wait; 等待   cursor:help; 問號   cursor:e-resize;e 右的箭頭   cursor:ne-resize; 右上的箭頭   cursor:n-resize; 上的箭頭   cursor:nw-resize; 左上的箭頭   cursor:w-resize; 左的箭頭   cursor:sw-resize; 左下的箭頭   cursor:s-resize; 下的箭頭   cursor:se-resize; 右下的箭頭   cursor:move; 移動   

熱門文章