Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css table td width not working

table{
	table-layout: fixed;
}

td {
	width: 100px;
	overflow: hidden;
}
 
PREVIOUS NEXT
Tagged: #css #table #td #width #working
ADD COMMENT
Topic
Name
2+5 =