可以随意定义鼠标的样式,这里我们定义鼠标移动样式.
学习
鼠标样式
.
<html> <style type="text/css" media="all"> body { cursor: move; } </style> <body> <p>可以随意定义鼠标的样式,这里我们定义鼠标移动样式.</p> <p>学习<a href="http://www.dreamdu.com/css/property_cursor/">鼠标样式</a>.</p> </body> </html>