作者:洛科
先看这一句
复制代码 代码如下:
<a href=’#’ onmouover=”this.style.cursor=’hand'” onmouout=”this.style.cursor=’default'” onclick=”document.getelementbyid(‘showcontent’).in余额宝 非法集资nerhtml=”;return fal;”>
<img alt=”清空屏幕” src=”ui/clear.gif” style=”border:0″/>
&什么的游客lt;/a>
在ie下是没问题的,当鼠标迎春花作文划过去时,会出现一个小手的形状,但是在ff中,只有第一次划过去才有效,这个有效是因为有锚记a的存在,而不是onmouover起作用的结果。
网上找了很多,都说只要让this.st御道口牧场yle.cursor=’hand’改成this.style.cursor=’pointer’就可以了,但是在ff中鼠标划过去时只有第一次会出现小手。
其实在ff下面要达到在ie中一样的效果也是可以的。我们的办法就是使用css hack(难道我为css hack又增添了这一条 哈哈?)
复制代码 代码如下:
<a href=’#’ onmouover=”this.style.cursor=’pointer’;this.style.cursor=’hand'” onm繁体字qq昵称ouout=”this.style.cursor=’default'” onclick=”document.getelementbyid(‘showcontent’).innerhtml=”;return fal;”>
<img alt=”清空屏幕” src=”ui/clear.gif” style=”border:0″/>
</a>
在ie7和ff3.0.3中测试通过。
本文发布于:2023-04-03 15:03:28,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/bd28dce1a44fffa66637b9d545c3a579.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:css 兼容性问题this.style.cursor=’hand’.doc
本文 PDF 下载地址:css 兼容性问题this.style.cursor=’hand’.pdf
留言与评论(共有 0 条评论) |