Ver Mensaje Individual
  #9 (permalink)  
Antiguo 06/10/2009, 08:47
diegocespedes
 
Fecha de Ingreso: noviembre-2008
Ubicación: W2.0
Mensajes: 103
Antigüedad: 15 años, 5 meses
Puntos: 1
Respuesta: Fondo se corta cuadno aparece mas info en la pantalla

Prueba esto y me cuentas:

HTML{height:100%;}

BODY{height:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666;background-image:url(images/fondo.jpg); background-repeat:repeat-y; background-position:center;}

#fondo{width:750px;height:auto; background-repeat:repeat-y; margin:0px auto 0px auto;background-image:url(images/sombra.png); }

#sombra{width:100%; height:100%; }

#cuerpo{width:750px; height:100%;}

#cabecera{width:750px; height:151px;
background-image:url(images/sombracab.jpg); background-repeat:repeat-x;}
#info{width:750px; height:100%;padding-left:5px; padding-right:5px; padding-top:5px;}

Me dices como queda para poder solucionarlos completamente.