【发布时间】:2016-01-29 05:07:35
【问题描述】:
如何将表格的宽度设置为小于 1%?
<div>
<table class='total_cost table no-margin' cellpadding="0" cellspacing="0" width="0.5%" style='background:#4A84CE; float:left; height:20px; padding:0px; border:none; border-spacing:0px; border-collapse:collapse;'>
<tr>
<td class='cost text-right fg-white employee-tooltip' cellpadding="0" cellspacing="0" style='padding:0px; border:none;border-spacing:0px; border-collapse:collapse; background:#F00' ></td>
</tr>
</table>
<span class="display_time"> 2 hours</span>
</div>
【问题讨论】:
-
试试:width:0.25%;或类似的东西。
标签: html html-table width