1. cursor 屬性表示的是鼠標(biāo)放到字體上時(shí),鼠標(biāo)的指針顯示的內(nèi)容
1.Auto 鼠標(biāo)指針會(huì)顯示默認(rèn)的樣式
style="cursor:auto"
2.Crosshair 鼠標(biāo)指針會(huì)顯示"+"\
style="crusor:crosshair"
3.Point 鼠標(biāo)指針會(huì)顯示"手"形圖標(biāo)
style="crusor:point"
4.Wait 鼠標(biāo)指針會(huì)顯示"圓形的" 旋轉(zhuǎn)圖標(biāo)
style="crusor:wait"
5.其余的屬性不是很常用
style="Move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text"
表示的是一些奇形怪狀的一些圖標(biāo)形狀
6.cursor的javaScript 語(yǔ)法
object.style.cursor="crosshair