Firefox与IE6兼容的手形鼠标指针
Firefox与IE6兼容的手形鼠标指针
<html>
<body>
<div style="cursor: hand;"> 显示手形鼠标指针,IE6 only </div>
<div style="cursor: pointer;"> 显示手形鼠标指针,Firefox IE6兼容 </div>
</body>
</html>
<body>
<div style="cursor: hand;"> 显示手形鼠标指针,IE6 only </div>
<div style="cursor: pointer;"> 显示手形鼠标指针,Firefox IE6兼容 </div>
</body>
</html>