Skip to main content
黑话筒

如何用样式表, 使文字分散对齐

具体代码如下, 仅对IE有效:

<table align="center" border="1">
  <tr>
    <td style="text-align:justify;text-justify:distribute-all-lines;text-align-last:justify">用户名</td>
  </tr>
  <tr>
    <td style="text-align:justify;text-justify:distribute-all-lines;text-align-last:justify">密码</td>
  </tr>
</table>

样式的具体含义及如何在Firefox下有效, 我还要再看看.