【问题标题】:facebook like button text align iframe javascriptfacebook喜欢按钮文本对齐iframe javascript
【发布时间】:2011-07-12 06:56:04
【问题描述】:

我正在向我的网站添加一个类似 facebook 的按钮,但文本对齐不会转到右侧。我不知道我该怎么做。

https://developers.facebook.com/docs/reference/plugins/like/

下面是代码示例:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.google.com&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

【问题讨论】:

    标签: facebook button facebook-like text-alignment text-align


    【解决方案1】:

    如何将 text-align: right 添加到 iframe 元素内的样式属性:

    <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.google.com&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="text-align: right; border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-05-06
      • 2013-01-03
      • 1970-01-01
      • 2012-02-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多