Cita:
Iniciado por matucasal Al parecer viene complicada la mano, jeje
Pido a gritos jaja al menos una buena guia que me deje en claro esto.
Osea quiero que el header se ajuste al navegador, ¿en anchura?
el footer tambien, ¿en anchura también?
y la parte del contenido se centre. ¿centrado horizontal?
Muchas gracias saludos!
¿Algo así?
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es"> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> * {margin: 0; padding:0; outline: none; border: 0;}
body, html {
background: #444;
height:100%;
width:100%;
}
#header {
width: 100%;
height: 100px;
background: #FF6600;
position: relative;
}
#cuerpo {
height:900px;
width:1065px;
margin:0 auto;
background: #3300FF;
position: relative;
}
#footer {
width:100%;
height: 100px;
background: #FF6600;
position: relative;
}
Un saludo