奇怪的CSS“出现”在Chrome中,但不在Firefox中

时间:2013-12-29 12:35:50

标签: 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文件中。

这怎么可能?

1 个答案:

答案 0 :(得分:2)

由于Chrome浏览器上安装了一些插件(扩展程序),可能会出现此问题。请注意Chrome浏览器上是否安装了此类插件?

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