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

css中鼠标样式大全

cjw1232年前 (2023-11-01)网站应用2890
<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实现侧边栏浮动在线客服效果

很多人一般在网页的侧边会选择放一个悬浮的在线客服,方便意向客户的联系,网上随便一搜也会有很多代码提供,但是大多都是JS书写的,并且夹带着一些图片素材乱七八糟的东西,用起来很不方便。今天我们就教给大家一个纯css书写的在线客服效果首先我们有如下html结构<div class=&quo...

css3+html5特效制作闪烁的文字

<head><charset="utf-8" /> <style> @-webkit-keyframes flash {     0%{   &n...

流星雨源码特效

<!DOCTYPE html> <html>   <head>     <meta charset="utf-8" />  ...

可关闭的活动/通知/广告源代码

<style> .sitetips-default{background: #fff3e9;border: 1px solid #fcecdf;position: fixed;bottom: 20px;left:0;right...

发表评论

访客

看不清,换一张

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