Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/06/2008, 01:54
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: Problemas con el CSS

Buenas. Te hecho unos pequeños cambios en la parte de la css. A ver si te sirve:

Cita:
<style type="text/css">
html, body{
margin: 0;
padding: 0;
height: 100%;
max-height: 100%;
}
body {
color: #2A343A;
background: #eee;
}
#base {
width: 100%;
height: 100%;
background: url(../imagenes/Background3.png) #b2b2b2 repeat-x;
}
#wrapper {
width: 97%;
margin: 0 auto;
height: 83%;
}
#headerwrap {
background: #5D6B74;
height: 78px;
color: #fff;
}
#containerwrap{
padding: 20px 20px 10px;
top: 78px;
bottom: 0px;
left: 1.5%;
right: 1.5%;
overflow: hidden;
position: fixed;
background: #dedede;
}
#content {
margin: 0;
overflow: hidden;
height: 100%;
background: #cecece;
}
</style>
Mikel.