首 页
网络学院
视频教程
资源下载
HOT
实例教程
图文教程
专题中心
学习社区
繁體中文
当前位置:
首页
>
图文教程
>
网页制作
>
HTML/XHTML教程
> 各种MOUSE鼠标形状的表示方法
HTML/XHTML教程
CSS基础:设计网页常用规范详解
CSS教程:十步学会用css建站
CSS基础:24条网页布局开发小技巧
CSS教程:在网页布局中简单实现垂直居中的办法
css基础教程:颜色和文本属性的控制
专家总结:网页设计师必须遵守的十条守则
html技巧:超级链接a的提示和打开方式
css教程:学习背景图像属性background
例说网页Semantics:Html/Xhtml是否真正符合标准
IE7与web标准设计系列教程:前言
IE7与web标准设计系列教程:更丰富的CSS选择符
IE7与web标准设计系列教程:修正引起页面布局混乱的祸首
web标准教程:IE6和IE7的共存
web标准:IE多版本共存的解决方案:IETester
CSS基础教程:认识CSS选择符
web标准:比较IE6与IE7,放纵的孩子与严厉的父亲
学好标准CSS的模型是否必须放弃IE?
CSS教程:如何处理有冲突的CSS规则
教你用html和css写出漂亮正规的Blog
CSS基础:如何避免table强迫症
No.
«
‹
61
62
63
64
›
»
技术文章搜索
关键字
HTML/XHTML教程 中的 各种MOUSE鼠标形状的表示方法
出处:
互联网
整理:
软晨网(RuanChen.com)
发布:
2010-01-10
浏览: 235 ::
收藏到网摘: n/a
语义化的网页 XHTML语义化标记
左右移动转换文字特效HTML代码解析
<a href="http://" style="cursor: auto;">auto</a><br/> 02 <a href="http://" style="cursor: crosshair ">crosshair </a><br/> 03 <a href="http://" style="cursor: default ">default </a><br/> 04 <a href="http://" style="cursor: hand ">hand </a><br/> 05 <a href="http://" style="cursor: move ">move </a><br/> 06 <a href="http://" style="cursor: e-resize ">e-resize </a><br/> 07 <a href="http://" style="cursor: ne-resize ">ne-resize </a><br/> 08 <a href="http://" style="cursor: nw-resize">nw-resize</a><br/> 09 <a href="http://" style="cursor: n-resize">n-resize</a><br/> 10 <a href="http://" style="cursor: se-resize">se-resize</a><br/> 11 <a href="http://" style="cursor: sw-resize">sw-resize</a><br/> 12 <a href="http://" style="cursor: s-resize">s-resize</a><br/> 13 <a href="http://" style="cursor: w-resize">w-resize</a><br/> 14 <a href="http://" style="cursor: text">text</a><br/> 15 <a href="http://" style="cursor: wait">wait</a><br/> 16 <a href="http://" style="cursor: help">help</a><br/> 17 IE6支持的 18 <a href="http://" style="cursor: pointer">pointer</a><br/> 19 <a href="http://" style="cursor: progress">progress</a><br/> 20 <a href="http://" style="cursor: not-allowed">not-allowed</a><br/> 21 <a href="http://" style="cursor: no-drop">no-drop</a><br/> 22 <a href="http://" style="cursor: vertical-text">vertical-text</a><br/> 23 <a href="http://" style="cursor: all-scroll">all-scroll</a><br/> 24 <a href="http://" style="cursor:col-resize">col-resize</a><br/> 25 <a href="http://" style="cursor: row-resize">row-resize</a><br/> 26 <a href="http://" style="cursor: url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a><br/> 27 <a href="http://" style="cursor: url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a><br/>
提示:您可以先修改部分代码再运行
语义化的网页 XHTML语义化标记
左右移动转换文字特效HTML代码解析
评论 (0)
All
登陆
还没注册?