html - CSS 在 Facebook 页面上不起作用

标签 html css facebook fbml

出于某种原因,我使用的翻转 CSS 无法通过 Facebook 的呈现引擎工作。我是在做错什么,还是自定义 Facebook 页面上的某些 CSS 属性存在固有问题?这是我的代码:

<link rel="stylesheet" href="http://epandits.com/topdish/newCascadeStyleSheet1.css" type="text/css" />

<table id="wrapper">
    <tr>
        <td class="imgcontainer">
            <a href="#">
                <img src="http://www.bigjimsburgers.com/burger.jpg" alt="" />
                <span class="desc">
                    Very long text that wraps around and is centered properly
                </span>
            </a>
        </td>
        <td class ="imgcontainer">
            <a href="#">
                <img src="http://www.bigjimsburgers.com/burger.jpg" alt="" />
                <span class="desc">
                    Very long text that wraps around and is centered properly
                </span>
            </a>
        </td>
    </tr>
    <tr>
        <td class="imgcontainer">
            <a href="#">
                <img src="http://www.bigjimsburgers.com/burger.jpg" alt="" />
                <span class="desc">
                    Very long text that wraps around and is centered properly
                </span>
            </a>
        </td>
        <td class ="imgcontainer">
            <a href="#">
                <img src="http://www.bigjimsburgers.com/burger.jpg" alt="" />
                <span class="desc">
                    Very long text that wraps around and is centered properly
                </span>
            </a>
        </td>
    </tr>
</table>

最佳答案

也许可以不用 css 来做这样疯狂的事情:

http://jsfiddle.net/ColbyGold/KfZmc/

关于html - CSS 在 Facebook 页面上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6183229/

相关文章:

html - 小于等于的ASCII码

css - Firefox Bootstrap 3 模式中缺少按钮

php 脚本 facebook (#100) 没有发布视频的权限

iOS Facebook api,已发送但未收到请求?

html - Bootstrap 单选按钮文本组

javascript - 接受从另一个浏览器窗口拖放图像

css - 一个宽度为 100% 的 div 和一行中的两个固定 div

html - Hand(Pointer) cursor extended over the whole th/td, how to place it only over text?(html)

用于发布到 friend 墙的 iOS 社交框架

javascript - 当浏览器调整大小时,将元素保留在父 View 中