Html中DIV成为超级链接,解决在360浏览器+IE9显示小手图标的兼容性!
<div style="cursor:pointer;" onclick="select()" id="aaa"></div>
cursor:pointer;很关键!
本文介绍如何在Html中将DIV元素设置为超级链接,并解决在360浏览器及IE9环境下显示小手图标的问题。通过使用CSS属性cursor:pointer;实现鼠标悬停时的变化效果。
Html中DIV成为超级链接,解决在360浏览器+IE9显示小手图标的兼容性!
<div style="cursor:pointer;" onclick="select()" id="aaa"></div>
cursor:pointer;很关键!

被折叠的 条评论
为什么被折叠?