屬性名:
cursor
功能:設置鼠標光標的樣式
屬性值:
pointer
:小手move
:移動圖標text
:文字選擇器crosshair
:十字架wait
:等待help
:幫助
eg.
html{ cursor: wait;}
(此處使用css改變全局鼠標樣式)
擴展:自定義鼠標光標圖標
eg.將小手圖標改成圖片
cursor: url("./arrow.png"),pointer;
溫馨提醒:圖片需要使用支持透明背景的圖片格式,例如png
還有一件事!!!圖像不要太大否則無法顯示,50*50px左右最佳