CSS 的cursor屬性允許您指定應向用戶顯示的光標類型。
示例
<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>
登錄后復制
以上就是CSS的光標屬性的詳細內容,更多請關注www.92cms.cn其它相關文章!