English 中文(简体)
• 如何用手法粉碎雕塑
原标题:how to get rid of scroll bar in facebook fan page

我最近创建了一个分享我的照片工作的剪辑。 我欢迎我通过野火提供的电击页,来翻一番。

https://www.facebook.com/pages/Bharath-Keshav-Photography/144046682351773“rel=“nofollow” https://www.facebook.com/pages/Bharath-Keshav-Photography/1440466823517

现在,究竟是怎样才能摆脱垂直发展? 说明中具体说,文字允许。 此外,设置机构风格=“流入”:隐蔽的“ is”,允许我说, body器可以使用。

最佳回答

The best solution would be to use the JS-SDK. You can either use FB.Canvas.SetAutoResize to have your page automatically resized or, if you know exactly what the height and width of the page will be, use Fb.Canvas.SetSize

这里可以发现更多的信息:https://developers.facebook.com/docs/fer/javascript/

此外,铭记页数的最大宽度为520个颜料,从个人经验来看,最好保持大约500-510px。

问题回答

你们必须这样做。

body {
            width:520px;
            margin:0;
            padding:0;
            border:0;
            overflow:hidden;
            }

and use FB.Canvas.setAutoResize(); In this way you can do your tab 520 pixel without scrollbar





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签