读书人

table-layout:fixed 解决chrome中不能

发布时间: 2012-09-17 12:06:51 作者: rapoo

table-layout:fixed 解决chrome中不能设定表格固定宽度的问题
table-layout:fixed;

(probably not use width:auto, should use width:100% instead.)

add to table style


add the style below to td for long unbreakable content like a url

<style>word-wrap: break-word;break-word: break-all;</style>



读书人网 >Web前端

热点推荐