这是链接 http://demo.elxer.com/new_eco/
Google Chrome中的标题(页面的菜单和徽标部分在滚动时无法正确复制)... 它与其他浏览器和一些谷歌Chrome版本的工作正常我目前正在使用谷歌铬版本25.0.1364.152米,请帮助。它可能是一些css问题,或者它可能是jquery或浏览器渲染问题,我已经尝试了很多搜索它但找不到任何答案。
答案 0 :(得分:4)
我害怕,你无能为力。有时帮助我的唯一一件事是用
逼迫3D模式-webkit-transform: translate3d(0, 0, 0);
我尝试将此设置为#overlay
下的div:
<div style="position: relative; top: 0px; min-width: 1150px; max-width: 1280px; height: 4245px; overflow: hidden; margin:0 auto; -webkit-transform: translate3d(0, 0, 0);">
这对我有用,但带来了宽度的另一个问题。也许这更容易解决。
答案 1 :(得分:0)
这对我很有帮助,只需将-webkit-transform: translate3d(0, 0, 0);
添加到div#overlay
即可。实际上div#overlay
是罪魁祸首,但唉它与标题的任何部分无关。我是由Google团队检查的。
检查此工作链接 http://demo.elxer.com/eco_new/
很抱歉使用您的代码并将其复制。邻居:)