本文主要是介绍css手型,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html >
<head>
<title >cursor</title >
</head>
<body>
<p style=cursor:hand>手形</p>
<p style=cursor:move>移动标志</p>
<p style=cursor:wait>等待状态 </p>
<p style=cursor:crosshair>定位指示 </p>
<p style=cursor:help>寻求帮助</p>
</body>
</html >IE与Firefox中兼容 的html 中巧用CSS改变鼠标 为手形<div style="cursor: pointer" mce_style="cursor: pointer"> 说明文字 内容 </div>作者: Sjolzy
本文永久地址: http://sjolzy.cn/css-hand.html
手型
href="javascript:void(0);" 适合所有浏览器
<p style=cursor:hand>手形</p> 火狐浏览器不支持
适合火狐IE的手型
cursor:pointer;
这篇关于css手型的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!