El ancho de TD de la tabla CSS no funciona

table{
	table-layout: fixed;
}

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