hola comunidad agradecere si me ayudad a resolver mi problema con las celdas
tengo la siguiente tabla
<table id="acusados" border=1 style="border: solid 1px #7f94aa; " cellspacing="0" >
<tr>
<th id="celda" style="width: 100px; overflow: hidden" ><div>Nombre</div> </th>
<th id="celda" style="width: 100px; overflow: hidden" ><div>Primer Apellido</div> </th>
<th id="celda" style="width: 100px; overflow: hidden" ><div>Segundo Apellido</div> </th>
<th id="celda" style="width: 100px; overflow: hidden" ><div>CI</div> </th>
</tr>
<tr>
<td id="celda" style="width: 100px; overflow: hidden "><div>Manuel</div> </td>
<td id="celda" style="width: 100px; overflow: hidden "><div>Delgado</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>Fernandez</div> </td>
<td id="celda" style="width: 100px; overflow: hidden "><div>87112734953</div> </td>
</tr>
<tr>
<td id="celda" style="width: 100px; overflow: hidden "><div>Pedro</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>Hernandez</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>Lopez</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>87112734954</div> </td>
</tr>
<tr>
<td id="celda" style="width: 100px ; overflow: hidden"><div>julio</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>Frenandez</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden"><div>Figueredo</div> </td>
<td id="celda" style="width: 100px ; overflow: hidden; white-space: nowrap; " ><div>8711273495aaaaaaaaaaaaaaaAAAAAAAAAAAAAADDDDD DDDDDDDDDD</div> </td>
</tr>
</table>
como pueden ver la ultima celda contiene bastante informacion y tambien pueden ver que tiene puesto un tamaño fijo, lo que queria lograr era que solo se mostrara en la celda solo la informacion que se pudiera para el tamaño que tiene y para ello trate de usar overflow: hidden pero no me funciona si alguien sabe como hacer le agradecere
saludos manuelle