jquery - 奇怪的 CSS "appear"在 Chrome 中但在 Firefox 中没有

标签 jquery css

我在这个演示页面中遇到了 jQuery 插件的问题:http://fgte.st/SocialCount/examples/index.html

如果您在 Firefox 中打开它,您会看到社交分享按钮并且一切正常。但是在 Chrome 中有一个奇怪的 CSS 计算使得按钮隐藏:

.social_widget, .social_widget_container, .social_widget_item, .social_wrapper, .social_wrapper2, .social_youtube, .socialbadge, .socialbarwrapper, .socialbkmark, .socialbox, .socialbox2, .socialboxp, .socialbtns, .socialbuttons, .socialchrome-grid, .socialcount, .socialdigg, .socialh, .socialicons, .socialimglink {
    display: none;
}

奇怪的是,这段代码既不存在于页面的源代码中,也不存在于 CSS 文件中。

这怎么可能?

最佳答案

此问题可能是由于您的 Chrome 浏览器上安装了一些插件(扩展)。请查看您的Chrome浏览器是否安装了此类插件?

如果是,请在 Chrome 浏览器中卸载它们后重试。

关于jquery - 奇怪的 CSS "appear"在 Chrome 中但在 Firefox 中没有,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20825217/

相关文章:

javascript - 如何使用jquery仅从包含文本和图像的链接中删除文本?

jquery - Bootstrap 选项卡不能单独工作

javascript - 滚动条不适用于 Bootstrap

html - 尽管 td{padding :0},但在表格单元格内填充

python - 将文本输入到 codemirror python selenium 的文本区域

javascript - 从同一个函数中调用函数

javascript - 如何使用 jQuery 检测 URL 更改

jquery - Stackoverflow 如何在其 { code } 中删除和添加 ?

javascript - Bootstrap 网格在 IE8 中不工作

html - 我可以动态更改 css 中的 img src 吗?