Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/08/2011, 08:29
abuenog
 
Fecha de Ingreso: julio-2001
Ubicación: Barcelona
Mensajes: 922
Antigüedad: 22 años, 10 meses
Puntos: 1
Hacer que este código funcione

Hola,

alguien podría ayudarme a hacer que funcione bien el tamaño de las celdas de este código en firefox? Al ser la resolución de la pantalla más pequeña me adapta las celdas sin tener en cuenta el tamaño de estas. Como podría solucionarlo?

Gracias

Código HTML:
<!DOCTYPE html>
<html>
<body>
<table>
	<tr>
		<td width="500" bgcolor="red" nowrap="nowrap">.</td>
		<td width="500" bgcolor="blue" nowrap="nowrap">.</td>
		<td width="500" bgcolor="green" nowrap="nowrap">.</td>
	</tr>
</table>
</body>
</html>