鼠标形状css样式
鼠标形状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样式的更多相关文章
- button按钮不能点击鼠标形状css 代码,禁用button按钮时鼠标形状
cursor:not-allowed;
- CSS(五):背景、列表、超链接伪类、鼠标形状控制属性
一.背景属性 1.背景属性用来设置页面元素的背景样式. 2.常见背景属性 属性 描述 background-color 用来设置页面的背景色,取值如red,#ff0000 background-ima ...
- 鼠标指针光标样式css cursor default pointer hand url
一.cursor语法与结构 1.cursor语法:cursor : auto | crosshair | default | hand | move | help | wait | text | w- ...
- 11种常用css样式之鼠标、列表和尺寸样式学习
鼠标cursor常见样式crosshair;/*十字形状*/cursor:pointer;/*小手形状*/cursor:wait;/*等待形状*/cursor:text;/*默认 文本形状*/curs ...
- DIV css中cursor属性详解-鼠标移到图片变换鼠标形状 (转)
css中cursor属性详解-鼠标移到图片变换鼠标形状 语法: cursor : auto | all-scroll | col-resize| crosshair | default | han ...
- 【css】cursor鼠标指针光标样式知识整理
在前端开发中,我们经常需要对对象鼠标指针光标进行控制,比如鼠标经过超链接时变成手指形状.在这里整理一下cursor鼠标指针光标样式的知识,记录与方便以后查找. 1.常用cursor光标 div( cu ...
- chrome DevTools 里面 css样式里面 勾上 :hover 会将鼠标移上的效果一直保持,技巧:要在鼠标上的 div上 勾 :hover
chrome DevTools 里面 css样式里面 勾上 :hover 会将鼠标移上的效果一直保持,技巧:要在鼠标上的 div上 勾 :hover
- Bootstrap3 CSS样式基本用法总结
按钮 a,input,button都可以设置为按钮 a标签按钮 button标签按钮 <a class="btn btn-default" href="#&qu ...
- css样式大全
字体属性:(font) 大小 {font-size: x-large;}(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX.PD 样式 {font-style: obl ...
随机推荐
- 图片轮播插件Nivo Slider
推荐:图片轮播插件Nivo Slider 因为项目需要一款切换样式多一些的轮播插件,不经意找到了NivoSlider,非常好用,比bootstrap要好用,而且样式丰富.值得注意的是, ...
- iOS基础 - 控制器
一.当两个控制器互为父子关系的时候,它们的view一般也是互为父子关系 比如想添加A控制器的view到B控制器的view上,就应该让A控制器成为B控制器的子控制器,而B控制器就称为A控制器的父控制器 ...
- Jquery CSS 与 Attr
今天用Jquery想动态更改一张位图的src发现css不好用,查看Jquery文档好像是css是设置样式的属性的,如颜色,字体,背景等,而attr貌似是能操作所有属性,包括Jquery未封装的属性. ...
- [转]Getting a Packet Trace
src:https://developer.apple.com/library/mac/qa/qa1176/_index.html Technical Q&A QA1176 Getting a ...
- C# BackgroundWorker组件学习
C# BackgroundWorker组件学习 C# BackgroundWorker组件学习 一个程序中需要进行大量的运算,并且需要在运算过程中支持用户一定的交互,为了获得更好的用户体验,使用Ba ...
- 通过DialogFragment从DatePicker或TimePicker中获取日期数据
通过DialogFragment从DatePicker或TimePicker中获取日期数据 一个activity类,里面存有date和time的变量,想通过dialogfragment的方式获取用户输 ...
- IOS学习之路二十二(UIAlertView获得文本框内容及添加北京图片)
今天写项目要用到警告框带输入框的,于是就自己做了个小demo. 效果图大体如下: 下面简单介绍一下UIAlertView alertViewStyle属性有以下三种选项: UIAlertViewSt ...
- Oracle中忘记sys和System密码的办法
打开cmd:sqlplus/nolog connect/as sysdba; alter user sys identified by ***; alter user system identifie ...
- 映射请求到Servlet
Servlet规范当中对映射请求的描述: 在收到客户端请求时,web 容器确定转发到哪一个Web应用.选择的Web应用必须具有最长的上下文路径匹配请求URL的开始.当映射到Servlet时,URL匹配 ...
- 相对于C#,PHP中的个性化语法
相对于C#,PHP中的个性化语法 背景 今天把PHP的基本语法结构熟悉了一下,包括:变量.类型.常量.运算符.字符串.作用域和函数等,本文列举一些我需要强化记忆的结构(和C#不同). 一些个性化的结构 ...