html - Fixed Table Cell Width - Stack Overflow
Now in HTML5/CSS3 we have better solution for the problem. In my opinion this purely CSS solution is recommended: JsFiddle for this: table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table ...
stackoverflow.com |