/* 防止撐開 IE*/
table-layout: fixed;
/* 防止撐開 FX*/
overflow: auto;

/* 英文單字自動換行 IE ONLY*/
word-wrap: break-word;

/* 正常避頭尾 */
word-break: normal;

/* 文字左右對齊 */
text-align:justify;
text-justify:inter-ideograph;
相关文章