Código :
div#header h1{
height:121px;
line-height:80px;
margin:0;
padding-left:10px;
background:url("imagenes/logo.gif") no-repeat bottom left;
float:right;
}
div#header h1 span {
display:none;
}
div#header_menu{
height:89;
width:442;
margin:0;
background:url("imagenes/menu.png") no-repeat bottom;
float:left;
}
Es como que no me permitiera el float..
En el html está anidado así:
Código :
<div id="container"> <div id="header"> <h1> <span>Pronto un sitio</span> </h1> <div id="header_menu"> </div> </div> </div>
