Facebook登录按钮在IE中疯了!它遍布整个页面

时间:2011-12-16 22:34:19

标签: facebook internet-explorer

之前有没有人见过这个。它在Chrome,Safari,FF等中完美运行。就像它是一个背景图像,无法识别它包含div的约束。我把它围绕它来限制它但没有区别。

http://nicerworld.com/static/images/ie_error.png

<div style="width:200px;height:25px;"><fb:login-button registration-url="http://nicerworld.com/fb_reg_step_1/" on-login="fb_login(arguments);">{% trans "login with Facebook" %}</fb></div>

我非常讨厌IE,这不好笑!

希望你们中的一个能阻止我做一些愚蠢的事情!

1 个答案:

答案 0 :(得分:0)

&lt; / fb&gt;最后是问题。应该是&lt; / fb:login-button&gt; !!

它适用于所有其他浏览器。像往常一样,MS花了我很多时间。