`
java2000.net
  • 浏览: 633259 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

【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>

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics