本文介绍了谷歌+1按钮添加滚动条到我的网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在我的网站上已经有一个google +1按钮,并且一切正常。
在过去的几天里,这个按钮开始在我的网站上创建一个水平滚动条。
我知道,当我删除滚动条消失的按钮时,
这是我的网站:
任何建议我应该怎么做?
谢谢!
解决方案
从超级软件的答案中借用,遇到了同样的问题...但是,这对我很有用:
iframe [id ^ =oauth2relay] {position:fixed!important; }
I have had a google +1 button on my site for more then a year and it all worked fine.
In the last couple of days this button started to create a horizontal scroll bar on my site.
I know that beacase when I remove the button the scroll bar disappears.
Here is my site: www.kitchen-guide.co.il
Any suggestions what should I do?
Thanks!
解决方案
borrowing from superware's answer, was having the same problem... however, this worked for me:
iframe[id^="oauth2relay"] { position: fixed !important; }
这篇关于谷歌+1按钮添加滚动条到我的网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!