Cita:
Iniciado por siamatnekerm
nada ya lo he probado y sigue igual ... te deje tambien la captura de lo que tengo programado, para que veas a ver que es :S
estas seguro que no te quito los espacios?
Código HTML:
<!DOCTYPE HTML>
<html>
<head>
<style>
header{
background:
url("img/botones_descripcion.png") no-repeat center,
url("img/fondo_header.png") repeat-x;
width:100%;
height:171px;
margin: 0;
padding: 0;
}
body{
background-color:#e4e4e4;
}
footer {
background: url("img/fondo_footer.png") repeat-x;
height:171px;
}
*{
padding:0;
margin:0;
}
</style>
</head>
<body>
<header>
<div id="logo" align="center"><a href="#inicio"><img src="img/logo_ingles_uy.png"></a></div>
</header>
<section>
<article>
</article>
</section>
<footer>
<div id="menu">
<nav>
<ul>
<li><a href="iniio.html">Inicio</a></li>
<li><a href="cursos.html">Cursos</a></li>
<li><a href="nosotros.html">Nosotros</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>