facebook画布高度在ie8和firefox中没有设置滚动
嘿,我想设置一个长页面应用程序,没有FB会限制我的应用程序的高度并附加滚动 我做了 iframe&在设置中设置画布和自动调整大小并应用该代码,它限制了我,即它显示滚动,在 Firefox 中它剪切内容:
代码在这里: http://pastebin.com/bmweWuTS
请帮忙
hey, i want to set a long page app without fb will limit the height of my app and append scroll
i did iframes& canvas and autoresize in settings and apply that code and its limits me in ie its shows scroll and in firefox its cuts the content:
the code is here:
http://pastebin.com/bmweWuTS
please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经尝试过你所说的一切,并查看了这两个链接( CSS + FireFox:使用scrolling=yes隐藏iframe上的滚动条 - CSS + FireFox: 用scrolling=yes隐藏iframe上的滚动条)讨论了同样的问题,但它对我不起作用。
对我有用的是更改应用程序画布配置高级部分中的画布设置(https://developers.facebook. com/apps )固定画布宽度(760px)和高度(固定为 800)。
我希望这对你有帮助。
I've tried everything you said and looked at this two links either ( CSS + FireFox: hiding scrollbar on iframe with scrolling=yes - CSS + FireFox: hiding scrollbar on iframe with scrolling=yes) that discuss the same problem, but it didn't work for me.
What worked for me was changing the canvas settings in the section advanced of app canvas configuration ( https://developers.facebook.com/apps ) to fixed canvas width (760px) and height (fixed at 800).
I hope this help you.
我实际上也遇到了同样的问题,它是昨天开始的,但我没有更改代码。 Facebook 可能有一些问题?
我正在使用 setAutoResize,但开始获取滚动条,更改为 setSize (比内容稍大一些)并且在 Firefox 中看起来很好,但 chrome 仍然滚动......奇怪但我认为 facebook 问题。
编辑:Facebook 论坛主题: http://forum.developers.facebook .net/viewtopic.php?pid=315870#p315870
I am actually having the same issue, it started yesterday, but i have not changed the code. Facebook having some issues maybe?
I was using setAutoResize, but started getting the scrollbars, change to setSize (to something somewhat bigger then the content) and looks fine in firefox, but chrome still scrolls... odd but im thinking facebook problem.
Edit: Facebook forum thread on it: http://forum.developers.facebook.net/viewtopic.php?pid=315870#p315870