日期:2014-05-20  浏览次数:21067 次

网页CSS光标手形无效问题
为什么单独这句:“<div style="cursor:hand">123</div> ”的hand无效,下面这个里面的hand又有效呢?相当郁闷啊啊~
两个浏览器:Chrome 15和IE9最新版都不行


<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="css2.css">
<script type="text/jscript" src="css2.js"></script>
<base target="_self">
</head>
<body>
<table id=table1 border=0 cellpadding=0 cellspacing=0><tr><td id=td1 align=left><a class=a2 
href="http://www.dhtmlet.com" target="_blank">DHTMLET&reg;</a></td><td id=td2 align=right>
<a class=a1 href="default.html">属性清单&nbsp;</a>|&nbsp;相关内容:<select onchange="doSel()">
<option value="1" selected>SEE ALSO</option>
<option value="1">------------------------------------------</option>
<option value="c_filter.html" class=ie>&nbsp;&nbsp;filter</option>
<option value="c_behavior.html" class=ie>&nbsp;&nbsp;behavior</option>
<option value="c_zoom.html" class=ie>&nbsp;&nbsp;zoom</option>
</select></td></tr></table>
<div id=div1>
<div id=div2 nowrap><span id=span1>cursor</span>版本:CSS2  兼容性:IE4+ NS6+ 继承性:无</div>
<br>&nbsp;<br><span class=span2>语法:</span>
<br>&nbsp;<br><b>cursor : </b><span class=span4><b> auto </b></span>|<b> crosshair </b>|<b> default </b>|<b> hand </b>|<b> move </b>|<b> help </b>|<b> wait </b>|<b>  text </b>|<b> w-resize </b>|<b>s-resize </b>|<b> n-resize </b>|<b>e-resize </b>|<b> ne-resize </b>|<b>sw-resize </b>|<b> se-resize </b>|<b> nw-resize </b>
|<b>pointer </b>|<b> url (</b><i>url</i><b>)</b>
<br>&nbsp;<br><span class=span2>参数:</span>
<table border=0 cellpadding=0 cellspacing=1 bgcolor=#FEFAFA  width=280><tr><td 
width=25% bgcolor=#CCCFFF style="cursor:crosshair;padding:5px" align=center">crosshair</td><td 
width=25% bgcolor=#CCCFFF style="cursor:default;padding:5px" align=center">default</td><td 
width=25% bgcolor=#CCCFFF style="cursor:hand;padding:5px" align=center">hand</td><td 
width=25% bgcolor=#FFC080 style="cursor:pointer;padding:5px" align=center">pointer</td></tr><tr><td 
width=25% bgcolor=#CCCFFF style="cursor:move;padding:5px" align=center">move</td><td 
width=25% bgcolor=#CCCFFF style="cursor:help;padding:5px" align=center">help</td><td 
width=25% bgcolor=#CCCFFF style="cursor:wait;padding:5px" align=center">wait</td><td 
width=25% bgcolor=#CCCFFF style="cursor:text;padding:5px" align=center">text</td></tr><tr><td 
width=25% bgcolor=#CCCFFF style="cursor:w-resize;padding:5px" align=center">w-resize</td><td 
width=25% bgcolor=#CCCFFF style="cursor:s-resize;padding:5px" align=center">s-resize</td><td