CSS 的cursor屬性允許您指定應(yīng)向用戶顯示的光標(biāo)類型。
示例
<html> <head> </head> <body> <p>Move the mouse over the words and see the changes in cursor:</p> <div style = "cursor:auto">Auto</div> <div style = "cursor:crosshair">Crosshair</div> <div style = "cursor:default">Default</div> </body> </html>
登錄后復(fù)制
以上就是CSS的光標(biāo)屬性的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注www.92cms.cn其它相關(guān)文章!