【发布时间】:2010-12-14 03:04:17
【问题描述】:
<table>
<tr>
<td>
<input type="checkbox" id="41" value="1">
Don't overwhelm yourself
<span style="color:black;float:right">111111</span>
</td>
</tr>
</table>
111111 文本没有向右移动。
当我使用align:right时,它是一样的。
<table>
<tr>
<td>
<input type="checkbox" id="41" value="1">
Don't overwhelm yourself
<span style="color:black;align:right">111111</span>
</td>
</tr>
</table>
如何解决这个问题?
【问题讨论】:
标签: css html-table alignment