Tabela CSS TD TD Largura não está funcionando

table{
	table-layout: fixed;
}

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