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

css中鼠标样式大全

cjw1232年前 (2023-11-01)网站应用3510
<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://www.cjw123.com/blog/?id=32

标签: css
分享给朋友:

相关文章

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

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

js报表双击固定样式,用于对比

在很多报表中,需要鼠标上下选择时显示对比颜色,在双击时显示固定的色表示选中状态。<table style="width:80%" border=1 onmouseover="getrow(this)" onmous...

html中表table行循环滚动,类似车次、航班动态

<HTML> <meta charset="utf-8"> <HEAD> <TITLE>滚动表格</TITLE> <!--css样式是锁定表头不动的--> <style>&nb...

js+css3文字闪光滑过动画特效

<!DOCTYPE html>     <html>     <head>     <meta http-equ...

摇摆的灯光

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

打字机效果的带超链接的新闻标题

<html> <head> <title>打字效果的带链接的新闻标题</title> <meta http-equiv="Content-Type" content="text/html;&...

发表评论

访客

看不清,换一张

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