当前位置:首页 > 网站应用

css中鼠标样式大全

cjw1232年前 (2023-11-01)网站应用4330
<p>请把鼠标移动文字上,看看效果吧</p>
<div style="cursor: pointer;">手形</div> 
<div style="cursor: move;">移动</div> 
<div style="cursor: progress;">正在执行</div> 
<div style="cursor: crosshair;">十字形</div> 
<div style="cursor: text;">文本编辑I</div> 
<div style="cursor: help;">帮助</div> 
<div style="cursor: wait;">等待</div> 
<div style="cursor: inherit;">文本编辑I</div> 
<div style="cursor: auto;">自动(遇到文本变I,遇到链接变手形,遇到可扩展边缘变向各方向拉伸形状……)</div> 
<div style="cursor: default;">默认(箭头)</div> 
<div style="cursor: e-resize;">向右变形(东east)</div> 
<div style="cursor: ne-resize;">向右上变形</div> 
<div style="cursor: nw-resize;">向左上变形</div> 
<div style="cursor: n-resize;">向上变形(北north)</div> 
<div style="cursor: se-resize;">向右下变形</div> 
<div style="cursor: sw-resize;">向左下变形</div> 
<div style="cursor: s-resize;">向下变形(南south)</div> 
<div style="cursor: w-resize;">向左变形(西western)</div>


扫描二维码推送至手机访问。

版权声明:本文由追求完美发布,如需转载请注明出处。

本文链接:https://cjw123.com/blog/?id=32

标签: css
分享给朋友:

相关文章

html meta标签屏蔽搜索引擎的用法

html页面中的 meta 标签可以用来识别搜索引擎的蜘蛛类型,可以规定meta标签所在的html页面是否被蜘蛛抓取,下面是这个meta标签的用法,大家可以借鉴一下。搜索引擎的 meta 标签的解析下面是meta标签对搜索引擎的解析<meta name='robot…

js实现鼠标经过列表弹出提示层效果

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t…

纯js实现文字自动变色效果

<!-- js实现变色文字 --> <div id="blink">     <strong>       …

文字特效代码:超酷文字快速展示

<!--要完成此效果需要三个步骤 第一步:把如下代码加入到<head>区域中--> <style> .let{ color:white; font-family:Verdana; font-weight:bold; width:500; filte…

兼容的HTML5的网页圆角提示框

<!doctype html><html><head><meta charset="utf-8"> <title>纯css的圆角提示框全兼容_www.youkud.com</title>…

404html页面-螺丝松动

<!DOCTYPE html> <html lang="zh-CN"> <head>     <meta charset="UTF-8">…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。