日期:2014-05-18 浏览次数:20580 次
<table><tr><td id="aa" style="width: 100px">靠最左边 靠最右边
</td></tr></table>
<table>
<tr>
<td id="aa" style="width: 200px; border:1px solid #00ccff;">
<div style="float:left;">靠最左边</div>
<div style="float:right">靠最右边</div>
</td>
</tr>
</table>
------解决方案--------------------
<td><div style="float:left;width:60px">靠左</div><div style="float:right;width:60px">靠右</div></td>