避免表格被撑开变形

避免表格被撑开变形
<style>
table 
{ 
table-layout
: fixed;
word-wrap
:break-word;
}

div 
{ 
word-wrap
:break-word;
}

</style>
posted on 2006-07-11 10:23  冷月孤峰  阅读(181)  评论(1)    收藏  举报