让IE6 也支持 :hover —— jquery ie-hover 插件

来源:互联网 发布:matlab 2014b mac 编辑:程序博客网 时间:2024/05/17 08:32

链接:

方法一:jquery ie-hover 插件:http://github.com/weepy/ie-hover

howto:

body { behavior:url("csshover.htc"); }

 

方法二:Whatever:hover   http://www.xs4all.nl/~peterned/csshover.html

howto:

<script src='jquery.js'></script>
<script src='jquery.ie_hover.js'></script>
<script>
$().ready(function() {
  $.fixIEHover(true)
})
</script>