Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/05/2012, 11:26
dragonfire256
 
Fecha de Ingreso: septiembre-2011
Ubicación: Caracas
Mensajes: 240
Antigüedad: 12 años, 7 meses
Puntos: 9
Altura en css

Hola buenas tardes... Me gustaria saber como poner el atributo height en porcentaje... Cuando intento ponerlo, no esta modificando mi pagina... Aqui le dejo el codigo:

body{
height: 100%;
width: 100%;
background: -webkit-linear-gradient(#EE8711, #033E8D);
background: -moz-linear-gradient(#EE8711, #033E8D);
background: -o-linear-gradient(#EE8711, #033E8D);
background: -ms-linear-gradient(#EE8711, #033E8D);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE8711', endColorstr='#033E8D',GradientType=0 );
}

.content{
background-color:#e1e5ff;
height:100%;
}

El problema es con .content, que es un div... Muchas gracias