Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/03/2009, 05:39
gazpachoymochil
 
Fecha de Ingreso: febrero-2005
Mensajes: 105
Antigüedad: 19 años, 2 meses
Puntos: 1
Respuesta: propiedad min-height

¿Has probado a definir un min-height: 60px y un height: auto? Prueba a ver que tal...

Código:
.lateral_tiendas{
	 background:url(gfx/lateral.png) repeat;
	 margin:0;
	 width:2px;
	 min-height:60px;
        height: auto:
	 float:left;
}