css手型 27 May 2010 14:38 Thursday by 小屋 浏览(3093)

<!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>

阅读全文>>