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-02-22 18:32  码农13  阅读(191)  评论(0编辑  收藏  举报