cursor attribute of CSS
Today I learned the cursor attribute of CSS. Let’s summarize it in the first blog.
The cursor attribute is used to control the display style of the cursor. The possible values are as follows:
cursor:url()*|{auto|default|pointer|crosshair|text|vertical-text|help|not-allowed|no-drop|move|e-reszie|s-resize|w-resize|w-resize|n-resize|all-scroll|ne-resize|se-resize|nw-resize|sw-resize|col-resize|row-resize|}
* means writing at least one of this value, and you can select a value in {} after the url.
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS之cursor属性</title> 6 <style> 7 h2#auto{cursor:auto;} 8 h2#default{cursor:defaut;} 9 h2#hand{cursor:hand;} 10 h2#pointer{cursor:pointer;} 11 h2#text{cursor:text;} 12 h2#crosshair{cursor:crosshair;} 13 h2#move{cursor:move;} 14 h2#wait{cursor:wait;} 15 h2#progress{cursor:progress;} 16 h2#help{cursor:help;} 17 h3#ne-resize{cursor:ne-resize;} 18 h3#nw-resize{cursor:nw-resize;} 19 h3#n-resize{cursor:n-resize;} 20 h3#se-resize{cursor:se-resize;} 21 h3#sw-resize{cursor:sw-resize;} 22 h3#s-resize{cursor:s-resize;} 23 h3#w-resize{cursor:w-resize;} 24 h3#e-resize{cursor:e-resize;} 25 h2#vertical-text{cursor:vertical-text;} 26 h2#not-allowed{cursor:not-allowed;} 27 h2#no-drop{cursor:no-drop;} 28 h3#col-resize{cursor: col-resize;} 29 h3#row-resize{cursor: row-resize;} 30 h3#all-scroll{cursor:all-scroll;} 31 h2#url{cursor: url();} 32 tr{border:1px solid red;} 33 </style> 34 </head> 35 <body> 36 <a href="http://www.baidu.com" target="_blank">百度</a> 37 <h1 id="指示和选择光标">指示和选择光标</h1> 38 <h2 id="auto-浏览器默认">auto:浏览器默认</h2> 39 <h2 id="default-操作系统默认光标">default:操作系统默认光标</h2> 40 <h2 id="hand-手型">hand:手型</h2> 41 <h2 id="text-大写的I-水平文本选择">text:大写的I,水平文本选择</h2> 42 <h2 id="vertical-text-大写的I-垂直文本选择">vertical-text:大写的I,垂直文本选择</h2> 43 <h2 id="help-箭头加问号-获取帮助">help:箭头加问号,获取帮助</h2> 44 <h2 id="pointer-手形-表示链接">pointer:手形,表示链接</h2> 45 <h2 id="not-allowed-红色圆圈和斜杠-禁止操作">not-allowed:红色圆圈和斜杠,禁止操作</h2> 46 <h2 id="no-drop-红色圆圈和斜杠-无法释放">no-drop:红色圆圈和斜杠,无法释放</h2> 47 <h2 id="crosshair-十字瞄准-表示精确选择">crosshair:十字瞄准,表示精确选择</h2> 48 <hr/> 49 <h1 id="表程序状态">表程序状态</h1> 50 <h2 id="wait-选转环-表示等待直到不忙-不能交互">wait:选转环,表示等待直到不忙,不能交互</h2> 51 <h2 id="progress-箭头加旋转环-处理中-可以交互">progress:箭头加旋转环,处理中,可以交互</h2> 52 53 <hr /> 54 <h1 id="move用于移动对象">move用于移动对象</h1> 55 <h2 id="move-移动对象-两端带箭头的十字">move:移动对象,两端带箭头的十字</h2> 56 <h3 id="all-scroll-移动">all-scroll:移动</h3> 57 <h1 id="在四个角上改变窗口大小">在四个角上改变窗口大小</h1> 58 <h3 id="ne-resize-向东-右-或-和北-上">ne-resize:向东(右)或/和北(上)</h3> 59 <h3 id="sw-resize-向西-左-或-和南-下">sw-resize:向西(左)或/和南(下)</h3> 60 <h3 id="nw-resize-向西-左-或-和北-上">nw-resize:向西(左)或/和北(上)</h3> 61 <h3 id="se-resize-向东-右-或-和南-下">se-resize:向东(右)或/和南(下)</h3> 62 <hr /> 63 <h1 id="在四条边上改变窗口大小">在四条边上改变窗口大小</h1> 64 <h2 id="东西用于改变水平宽度">东西用于改变水平宽度</h2> 65 <h3 id="e-resize-向东-右">e-resize:向东(右)</h3> 66 <h3 id="w-resize-向西-左">w-resize:向西(左)</h3> 67 <h2 id="南北用于改变垂直高度">南北用于改变垂直高度</h2> 68 <h3 id="s-resize-向南-下">s-resize:向南(下)</h3> 69 <h3 id="n-resize-向北-上">n-resize:向北(上)</h3> 70 <h3 id="col-resize-改变列宽">col-resize:改变列宽</h3> 71 <h3 id="row-resize-改变行高">row-resize:改变行高</h3> 72 </body> 73 </html>
Also There are several attribute values that are not clear: hand url col-resize row-resize After clarification, I will modify the blog.
It’s my first time writing a blog, so I’m unfamiliar with everything. What I learned is not solid enough, so corrections are welcome.
The above is the detailed content of Detailed explanation of the example code of cursor attribute in CSS. For more information, please follow other related articles on the PHP Chinese website!

The React ecosystem offers us a lot of libraries that all are focused on the interaction of drag and drop. We have react-dnd, react-beautiful-dnd,

There have been some wonderfully interconnected things about fast software lately.

I can't say I use background-clip all that often. I'd wager it's hardly ever used in day-to-day CSS work. But I was reminded of it in a post by Stefan Judis,

Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things

Perhaps the easiest way to offer that to the user is a link that targets an ID on the element. So like...

Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It's like a menu of

In this week's roundup, a handy bookmarklet for inspecting typography, using await to tinker with how JavaScript modules import one another, plus Facebook's

I've recently noticed an interesting change on CodePen: on hovering the pens on the homepage, there's a rectangle with rounded corners expanding in the back.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 English version
Recommended: Win version, supports code prompts!

Dreamweaver CS6
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft