css文字两端对齐
text-align:Justify(火狐);
text-justify:inter-ideograph(IE)
text-justify(IE)
基本语法
text-justify : auto | distribute |
distribute-all-lines | distribute-center-last | inter-cluster |
inter-ideograph | inter-word | kashida | newspaper
语法取值
auto : 默认值。允许浏览器代理用户确定使用的两端对齐法则
distribute : 处理空格很像 newspaper ,适用于东亚文档。尤其是泰文
distribute-all-lines : 两端对齐行的方式与
distribute 相同,也同