首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

html报表自动宽度,html table auto width

2012-11-23 
html表格自动宽度,html table auto width自适应宽度:table {table-layout: fixedwidth: 100% }

html表格自动宽度,html table auto width
自适应宽度:

table {       table-layout: fixed;       width: 100%; }

热点排行