Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/05/2009, 03:33
biperina
 
Fecha de Ingreso: diciembre-2007
Mensajes: 46
Antigüedad: 16 años, 4 meses
Puntos: 0
Respuesta: Expandir fondo

Aqui dejo el css:




*{
margin: auto;
padding: 0 0 0 0;

}
.fondo{ --------> Este es el fondo que quiero alargar segun el contenido
width:995px;
height:700px;
overflow:auto;
background: url(imagenes/fondo.png) no-repeat ;

}

.trazado{
width: 875px;
height:4px;
background:url(imagenes/trazado.png) no-repeat;

}


.boton{
width:99px;
height:25px;
border-radius:5px;
background: url(images/boton1.png) no-repeat;
text-align: center;
border-bottom: solid;

}
.botondesc{
width:90px;
height:20px;
border:#999999;
background:url(imagenes/botondes.png) no-repeat;




}
.textoval{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: normal;
color:#000000;
text-decoration:none;
line-height:20px;
}




.cabecera{
width:995px;
height:130px;
background: url(imagenes/cabeceraval.png) no-repeat;

}

.pie{
width:995px;
height:100px;
background: url(imagenes/pie.png) no-repeat;

}
.recuadro{
width:373px;
height:250px;
background: url(imagenes/recuadro.png) no-repeat;
}

.recuadroinsertar{
width:700px;
height:500px;
background:url(imagenes/recuadro.png) no-repeat;

}
.textarea{
width: 250px;
height:20px;
border:#00CC00;
}
.menu{
width: 320px;
height:60px;
background:url(imagenes/menu.png) no-repeat;

}