利用CSS 製作文字左右對齊的方法
中英混用的情況並不樂觀…
[css].justify{
height:1.1em;
overflow:hidden;
text-align:justify;
text-justify :distribute-all-lines;
}
div.cn:after {
content: "__________________________________________";
font-size:100px;
}
div.en:after {
content: " ______________________________________________________________________________________________________________________________";
}
[/css]