动态“返回顶部”浮动按钮,使其与IE8兼容

时间:2013-12-18 10:48:46

标签: jquery html internet-explorer-8 cross-browser compatibility

我正在使用以下代码http://www.developerdrive.com/2013/07/using-jquery-to-add-a-dynamic-back-to-top-floating-button-with-smooth-scroll/,它在Chrome和FF中运行很棒,但我在IE8中什么都没得到。

我在IE8中查看该页面,甚至看不到返回顶部的文本。

这是我在http://developerdrive.developerdrive.netdna-cdn.com/wp-content/uploads/2013/07/scroll-to-top.html

的IE8中呈现的源代码

https://gist.github.com/YOUConsulting/7635669b05c16751d5d8

氪, 文斯

1 个答案:

答案 0 :(得分:2)

在这个例子中 - http://www.developerdrive.com/2013/07/using-jquery-to-add-a-dynamic-back-to-top-floating-button-with-smooth-scroll/他们使用最新的Jquery版本 - jQuery 2.0,它留下了旧的Internet Explorer 6,7和8浏览器。 尝试使用旧的兼容版本:

http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js

和Ie8在这里不支持rgb颜色。

.back-to-top {background-color: rgba(235, 235, 235, 0.8);}

需要更改ie8的十六进制颜色黑客(没有不透明度)