IE 7中的对齐问题

时间:2013-11-04 05:05:53

标签: html css internet-explorer

我正在使用以下HTML代码:

<table class="question" cellpadding="0" cellspacing="0" border="0" width="99%">
    <tr bgcolor="#ffffff">
        <td style="width:5px;" height="10" text-align="left">hello</td>       
    </tr>
</table>

所需的输出(进入除IE7以外的所有浏览器):

  hello
IE 7中的

获得以下输出:

              hello //extra space is being added in the beginning of the text

我的问题是IE7中td标记内的文本对齐方式。我在网上搜索但找不到任何满意的答案。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

我有一个问题,宽度为td.increased到10px并且它工作正常。谢谢Lister先生为了这个问题。

&lt; td style="width:10px;" height="10" text-align="left">hello</td>