Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/01/2011, 22:28
KurozakiIchigo
 
Fecha de Ingreso: noviembre-2010
Ubicación: On a world of Anime & Web.
Mensajes: 137
Antigüedad: 13 años, 4 meses
Puntos: 4
Respuesta: Marco rectangular con css

no tengo ni la minima ni absoluta idea de lo que quereis lograr.

Porque mejor lo haces en photoshop y nos enseñas una imagen de lo que quieres lograr.

Y para empezar teneis un error:
Cita:
<div style = "display: table; width: 220px; height: 150px; background-color:red;">
<div style = "float: left; height: 150px; width: 15px; background- color:grey;"></div>
<div style = "float: left; width: 190px; height: 150px; background-color:blue;">
<div style = "height: 15px; width: 190px; background-color:grey;"></div>
<div style = "height: 120px; width: 190px; background-color:yellow;"></div>
<div style = "height: 15px; width: 190px; background-color:grey;"></div>
</div>
<div style = "float: right; height: 150px; width: 15px; background-color:grey;"></div>
</div>
background- color:grey

no le pongas espacio entre el - y el color
que quede asi:

background-color:grey