html - Table column with headers change column width -
html viewable @ jsfiddle.net (it's lot of code post here)
the method change column width escapes me, i'd "produkt" column wider.
add attribute header of cell, should force entire column @ least 100px:
<th id="produkttext" style="width: 100px;">produkt</th>
Comments
Post a Comment