20/10/2008, 22:15
|
| | | Fecha de Ingreso: octubre-2008 Ubicación: Santiago
Mensajes: 530
Antigüedad: 16 años, 1 mes Puntos: 30 | |
Respuesta: Dos fondos en un body, se puede?! ayuda.. Prueba este codigo Cita: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Titulo de la web</title>
<style type="text/css">
body{
background: #8eb2cc url(http://img339.imageshack.us/img339/8531/logoupfx1.jpg) center top no-repeat;
font: 76% arial;
margin:0 0 5px 0;
padding: 0;
}
#caja {
background:url('http://img208.imageshack.us/img208/9466/otrofondocg2.gif') center top repeat-y;
padding-bottom:20px;}
p{
color: #fff;
}
#contenedor{
width: 930px;
margin: 0 auto;
margin-top: 160px;
padding: 5px;
border: 1px solid #c6d2b8;
background: #f6f4ec;
}
#medio{
float: left;
margin: 5px 5px 5px 0px;
width: 930px;
background: #e7e5d2;
}
#pie {
clear: both;
border-top: 1px solid #5e534f;
background-color: #e7e5d2;
}
#pie p{
margin:0;
padding:5px 10px
}
</style>
</head>
<body>
<div id="caja">
<div id="contenedor">
<div id="medio">
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p><p>Prueba</p><p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
<p>Prueba</p>
</div>
<div id="pie"><p>PruebaPruebaPrueba</p></div>
</div>
</div>
</body>
</html> Suerte :D |