Pues... No exactamente con mi menú, el banner y el menú no quieren pegarse y no se como hacerle :c
Css:
body {
background-image:url('bg.png');
margin:0px;
}
div.banner {
margin:0px;
text-align: center;
}
div.menu{
border-width:0px;
width:900px;
height: 28px;
background-image:url('menus.png');
color: #cc9900;
margin-left:auto;
margin-right:auto;
font-family: arial black;
font-size: 25;
}
a {
color: #cc9900;
}
HTML:
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="css.css">
<title>Secundaria General 4 - Inicio</title>
</head>
<body>
<div class="banner">
<img src="banner.png" border="0">
</div>
<div class="menu">
�<a href="index.html">Inicio<a> | Nuestra Escuela | Padres de familia | Maestros
</div>
</body>
</html>
Como se ve (por el momento)
https://googledrive.com/host/0B92EUFwTyaqubmlrTl8xY1dJeE0/index.htmlAshuda?