CSS table 固定宽度

http://apps.hi.baidu.com/share/detail/30748047

<style>

.tbl {table-layout:fixed;}

</style>

<table class="tbl" width="80"><tr><td>abcdefghigklmnopqrstuvwxyz 1234567890</td></tr></table>