CSS Table Td Width tidak berfungsi

table{
	table-layout: fixed;
}

td {
	width: 100px;
	overflow: hidden;
}
Julio Polycarpo