html - Why is my table not respecting my fixed COL width? -
i have table: http://jsfiddle.net/fere_tzau/7pwn48zf/ . want resolve : keep table-layout: fixed
property add fixed value first col <col width="100">
.
if add fixed value <col>
have sort of percent width.(calendar blocks courses should have fixed width, lets 150px ).
but using table-layout:auto
fixed width works. ( table looks messed ).
i want first
<col>
fixed in width.
maybe answer here cant find it, maybe want not possible.
thanks.
you can use tr > :first-child {width:100px;}
select first column cells , apply width or other attribute.
Comments
Post a Comment