CSS技巧-文字分散对齐的方法

下面的代码可以在IE中实现文字分散对齐:

<table width="300" align="center">
    <tr>
        <td style="text-align:justify;text-justify:distribute-all-lines;text-align-last:justify">【孟宪会之精彩世界】</td>
    </tr>
</table>

posted @ 2018-04-12 10:54  溪山晴雪  阅读(424)  评论(0编辑  收藏  举报