css table 固定宽度

<style>
.tbl {table-layout:fixed;}
</style>
<table class="tbl" border="1" width="80"><tr><td>abcdefghigklmnopqrstuvwxyz 1234567890</td></tr></table>

table-layout:fixed,可以在内置属性里设

posted @ 2012-03-11 13:27  xngeer  阅读(575)  评论(0编辑  收藏  举报