Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

css table fixed column width

table {
	table-layout: fixed;
}

td {
	overflow: hidden;
    width: 100px;
}
Source by html5-tutorial.net #
 
PREVIOUS NEXT
Tagged: #css #table #fixed #column #width
ADD COMMENT
Topic
Name
1+4 =