2011-05-31 92 views
0

出於某種原因,我使用的翻轉CSS不能通過Facebook的渲染引擎工作。我是否做錯了什麼或者是否存在自定義Facebook頁面上某些CSS屬性的固有問題?這裏是我的代碼:CSS在Facebook上不工作

<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> 
+1

我不知道爲什麼你被賦予了-1在這個問題上。 – sscirrus 2011-05-31 06:12:56

回答