
Las letras del div del contenido se ven en el div de la barra
Mis CSS:
Código HTML:
#separa {
background-color:#000000;
position: fixed;
width:100%;
overflow:auto;
height:30px;
clear: both;
}
.post_section {
position: relative;
clear: both;
padding: 30px;
background:url(images/templatemo_post_top.png) top left no-repeat;
}
Gracias


