css中鼠標放上去變成手型怎么設置:其實就是一個屬性的問題,
css的cursor屬性
cursor:pointer;
其實這個屬性我也記了很多,到現在都容易拼寫錯誤,不過好在編輯器有提示。
default:標准箭頭 //這是默認的樣式
pointer:手形光標
wait :等待光標
text:I形光標
vertical-text :水平I形光標
no-drop:不可拖動光標
not-allowed:無效光標
help:幫助光標
all-scroll:三角方向標
move :移動標
crosshair:十字標
有的地方手型用hand,在這里隆重的說明,不要用hand,有些瀏覽器不支持,我也從未用過。