05/10/2012, 19:32
|
| | Fecha de Ingreso: agosto-2010
Mensajes: 37
Antigüedad: 14 años, 6 meses Puntos: 0 | |
Respuesta: Espacios en el <HEADER> Lo siento mucho, pense que sacarle un screen seria buena idea xD
<!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;
}
</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> |