Cita:
Iniciado por jplazavidaurre Hola Dalvenjha;
No sé a qué te refieres con un div vacío... ¿dónde he hecho eso?
lo decía por mi, yo si puse un div vacio(que pena no quize molestarlo). Prueba de esta manera, copialo y pegalo en un archivo nuevo para probarlo:
Código css:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, sans-sherif;
font-size: Small; /*tamaño de la fuente*/
color: green;
background-image:url(img/bg_body.png);
background-attachment: fixed;
background-position: center;
}
a {text-decoration: none;}
a:link {color: green}
a:visited {color: red}
a:hover, a:focus {text-decoration: underline;}
/*========================================
Estilos para el wrapper
========================================*/
#wrapper {
color: black;
background-color: white;
width: 800px;
margin:0 auto;
border: 1px solid #C4C4C4;
}
/*========================================
Estilos para el banner
========================================*/
#banner {
background-image:url(img/banner_fondo.jpg);
background-repeat:no-repeat;
width: 800px;
height:150px;
margin: 0;
}
/*========================================
Estilos para navegacion
========================================*/
#navegacion {
background-image:url(img/bg_navegacion.png);
background-repeat:repeat-y;
text-align:right;
color: black;
border-bottom: 1px solid #8c8c8c;
margin-bottom: 0;
}
#navegacion li {
display: inline;
list-style-type: none;
padding-right: 15px;
}
/*========================================
Estilos para menus_izda
========================================*/
#menus_izda {
font-size: 80%;
font-style: normal;
float: left;
padding: 5px 0 0 5px;
width: 190px;
list-style-type: none;
}
/*========================================
Estilos para el contenido -index-
========================================*/
#contenido {
text-align:justify;
background-color: white;
width: 580px;
margin-left: 190px;
padding:0 10px 0 10px;
border-bottom:1px solid #333;
}
/*========================================
Estilos para el pie
========================================*/
#pie {
clear: both;
padding-top: 10px;
border-top: 1px solid #8c8c8c;
margin-top: 20px;
}
.address {
text-align: center;
font-size: 80%;
font-style: normal;
letter-spacing: 2px;
line-height: 1.5em
}
</style>
</head>
<body>
<div id="wrapper">
<div id="banner">
<div id="navegacion"></div>
</div>
<div id="menus_izda">sdfsdfsdf</div>
<div id="contenido">sdfasfasdf</div>
<div id="pie"> asdf asfasf asf asdf </div>
</div>
</body>
</html>
avisas como te va