<html> <head><title>鼠标光标属性</title> <style> .one{ cursor: help ; } .two{ cursor: move ; } .three{ cursor: hand ; } .four{ cursor: crosshair ; } .five{ cursor: wait ; } </style> </head> <body> <p class="one"> aaaaaaaaaaaaaaaaaaaaaaaaa<br> </p> <p class="two"> bbbbbbbbbbbbbbbbbbbbbbbbb<br> </p> <p class="three"> ccccccccccccccccccccccccc<br> </p> <p class="four"> ddddddddddddddddddddddddd<br> </p> <p class="five"> eeeeeeeeeeeeeeeeeeeeeeeee<br> </p> </body> </html>
这里就不截图给大家看了,有兴趣的可以自己把代码弄下去试一下就行了。
原文地址:http://blog.csdn.net/imwangjiping/article/details/42125219