Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/09/2009, 09:51
Avatar de j84625
j84625
 
Fecha de Ingreso: junio-2008
Ubicación: Valencia
Mensajes: 170
Antigüedad: 15 años, 10 meses
Puntos: 2
Ayuda con div y table

Hola diseñe una tabla que se redirecciona automáticamente con un mínimo de 450x100 px y quiero saber si existe alguna forma de hacer lo mismo con las etiquetas div les dejo el código

Código HTML:


<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
.NC {
	text-align: center;
	background-color: #FFF;
}
-->
</style></head>

<body>
<p>&nbsp;</p>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="100"><img src="01.jpg" width="100" height="100" /></td>
    <td width="100%" class="NC"><div align="center"><img src="03.jpg" width="250" height="100" alt="IMG" /></div></td>
    <td width="0"><img src="02.jpg" alt="" width="100" height="100" /></td>
  </tr>
</table>
</body> 
Aquí pueden ver el diseño de las tablas si reduden el tamaño de la ventana podrán notar como conserva su estructura sin deformaciones
http://exta.uni.cc/test/test.html

si no entienden algo preguntar y facilito mas información jejej

Última edición por j84625; 20/09/2009 a las 10:17