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

 

你可能感兴趣的:(css,IE)