在Safari中无法正确呈现HTML表

时间:2013-09-16 09:38:03

标签: html safari html-table

嗨我有一个简单的html表,有4列。在Chrome / Opera / Firefox / IE-7/8/9中,一切看起来都不错,但在safari中却看不到。在野生动物园中,前两列是第一栏中的杵。

在Safari中:

Safari

其他浏览器:

All other browsers

这是我的代码:

<div runat="server" visible="false" style="width:380px; border-width: 1px; border-bottom-width:0px; border-style:solid; background-color:rgb(88,172,250);">
     <table border="0" cellpadding="1" cellspacing="0" rules="none">
         <tr>
            <td align="center" style="width:55px;">
                 Power
            </td>
            <td align="center" style="width:60px;">
                 Add
            </td>
            <td align="center" style="width:84px;">
                 Quantity
            </td>
            <td align="center" style="width:172px;">
                 Comments
            </td>
        </tr>
    </table>
</div>

我有Safari v5.1.7。请指教。

0 个答案:

没有答案