码迷,mamicode.com
首页 > Web开发 > 详细

鼠标形状css样式

时间:2017-01-13 12:48:57      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:efault   not   body   import   shai   res   style   script   utf-8   

鼠标形状css样式

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>鼠标形状css样式</title>
</head>
<body>
    <div><a href="javascript:void(0);" title="cursor:hand" style="cursor:hand;">hand 手型</a></div>
    <div><a href="javascript:void(0);" title="cursor:pointer" style="cursor:pointer;">pointer 手型</a></div>
    <div><a href="javascript:void(0);" title="cursor:crosshair" style="cursor:crosshair;">crosshair 十字型</a></div>
    <div><a href="javascript:void(0);" title="cursor:help" style="cursor:help;">help 问号</a></div>
    <div><a href="javascript:void(0);" title="cursor:text" style="cursor:text;">text 文本</a></div>
    <div><a href="javascript:void(0);" title="cursor:wait" style="cursor:wait;">wait 等待</a></div>
    <div><a href="javascript:void(0);" title="cursor:default" style="cursor:default;">default 默认</a></div>
    <div><a href="javascript:void(0);" title="cursor:e-resize" style="cursor:e-resize;">e-resize 向右箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:ne-resize" style="cursor:ne-resize;">ne-resize 向右上的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:n-resize" style="cursor:n-resize;">n-resize 向上的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:nw-resize" style="cursor:nw-resize;">nw-resize 左上的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:w-resize" style="cursor:w-resize;">w-resize 向左的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:sw-resize" style="cursor:sw-resize;">sw-resize 向左下的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:s-resize" style="cursor:s-resize;">s-resize 向下的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:se-resize" style="cursor:se-resize;">se-resize 向右下的箭头</a></div>
    <div><a href="javascript:void(0);" title="cursor:row-resize" style="cursor:row-resize;">row-resize</a></div>
    <div><a href="javascript:void(0);" title="cursor:col-resize" style="cursor:col-resize;">col-resize</a></div>
    <div><a href="javascript:void(0);" title="cursor:-webkit-grab" style="cursor:-webkit-grab;">-webkit-grab</a></div>
    <div><a href="javascript:void(0);" title="cursor:grab" style="cursor:grab;">grab</a></div>
    <div><a href="javascript:void(0);" title="cursor: move !important" style="cursor: move !important;">move</a></div>
    <div><a href="javascript:void(0);" title="cursor: not-allowed" style="cursor: not-allowed;">not-allowed</a></div>
</body>
</html>

鼠标形状css样式

标签:efault   not   body   import   shai   res   style   script   utf-8   

原文地址:http://www.cnblogs.com/lmxsj/p/6282224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!