Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/01/2011, 22:39
phpfan
(Desactivado)
 
Fecha de Ingreso: noviembre-2010
Ubicación: Malaga
Mensajes: 225
Antigüedad: 13 años, 5 meses
Puntos: 0
Pregunta Problemas con div 100% height (kseso?)

-El planteamiendo dado por kseso colaborador me ayudo pero tiene conflictos con este otro por tanto no funciona.


ul.name li{float:left;text-align:center;width:193px;height:300px;background-image:url(http://www.dominio.com/images/foto.png);margin:5px 5px 0px 0px}


Planteamiento pr kseso? Colaborador :

Código HTML:
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
}

Código HTML:
#contenedor {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    background: #fe0;
    position: relative;
}

url del tema:

http://www.forosdelweb.com/f53/como-...prende-870170/


-Puede explicarme el problema?-

Gracias y saludos.