Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/06/2005, 23:12
Snake nS
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 19 años, 4 meses
Puntos: 1
Por ejemplo quiero que layer 4 este justo al lado de la 3...

Código:
#layer1 { height: 666px; width: 779px; margin-left:auto; margin-right:auto;}
body {
	background-color: #CCCCCC;
}
#layer2 { height: 19px; width: 779px;}
#layer3 { height: 59px; width: 779px;}
#layer4 { height: 24px; width: 123px;}
#layer5 { height: 24px; width: 17px; display: inline;}
Pero de esa forma no pude lograrlo.... aparece debajo.