Firefox与IE6兼容的手形鼠标指针

Firefox与IE6兼容的手形鼠标指针
<html>
<body>
<div style="cursor: hand;"> 显示手形鼠标指针,IE6 only </div>
<div style="cursor: pointer;"> 显示手形鼠标指针,Firefox IE6兼容 </div>
</body>
</html>
posted on 2008-01-08 11:37  radman  阅读(222)  评论(0)    收藏  举报