示例<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的光标属性的详细内容。