当前位置:首页 > 网站应用 > 正文内容

css中鼠标样式大全

cjw1231年前 (2023-11-01)网站应用2020
<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...

纯css实现弹出图层背景变灰特效

<style> .bg{position:absolute;z-index:999;filter:alpha(opacity=50);background:#666;opacity: 0.5;-moz-opacity: 0.5;left:0;top:0;height...

圆形浮动的导航菜单

<!doctype html>     <html>     <head>     <meta charset=...

摇摆的灯光

点击运行看演示效果!<!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">...

发表评论

访客

看不清,换一张

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