0

我对 Firefox 和 IE 8,9 中的表格位置有疑问。

在 textarea 中提交消息后,我在 IE 中的表格显示与 Firefox 不同。这是我页面的截图:

在此处输入图像描述

黑圈是表示在 Firefox 位置的表格是可以的。

在此处输入图像描述

第二张图片是显示 IE 位置的表格是可以的。

在此处输入图像描述

现在我尝试分享一些信息,比如第三张图片。提交后,表格位置从 div 行出来。HTML 代码:

<table class="t_feed" cellspacing="10">
<td class="td_haps">
</td>
</table>

CSS代码:

.t_feed
{
width: 600px;
margin-left: -20px;
}

.td_haps
{
padding: 10px;
border-bottom-right-radius:5px;
border-top-right-radius:5px;
background:#fff;
border: 1px;
border-bottom-style: solid;
border-bottom-color: #e8e9eb;
border-top-style: solid;
border-top-color: #e8e9eb;
border-right-style: solid;
border-right-color: #e8e9eb;
}

那么,解决这个问题的想法是什么?

4

0 回答 0