Código:
Algo simple...
BODY {
background-color: #400C04;
background-image : url(imagenes/bgbody.jpg);
text-align: center;
}
div.contenido {
width : 800px;
background-color: #1a1919;
border-bottom: 2px solid #2a2a2a;
border-top: 2px solid #2a2a2a;
padding: 0px;
text-align: center;
background-image : url(imagenes/bgcenter.gif);
}
div.central {
width : 750px;
background-color: #c7c094;
padding: 0px;
background-image : url(imagenes/bg.jpg);
}
Al utilizarlo, no me centra la capa 'contenido' en Mozilla, pero si en IE. Y la verdad no tengo ni puta idea, he probado varias cosas, pero no furula y no se porque, alguien me dice donde toy metiendo la pata?
Acias =)
P.D.: Ah, el HTML va así:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> HEADER <div class="contenido"> <div class="central"> HOLA HOLITAA </div> </div> </body> </html>
)

