acabo d hacer esto para probar:
http://usuarios.lycos.es/elrincondei...ps/banner.html
el codigo css q use fue este:
Código:
#banner
{
width:100%;
height:200px;
border:2px solid black;
}
#col1
{
height:125px;
width:154px;
border:2px solid red;
float:left;}
#col2
{
height:45px;
width:600px;
border:2px solid blue;
float:right;
}
como ves con ponerles los float se han colocado 1 junto al otro y no m izo falta posicionar la imagen, con colocar col1 ya basto.
lo unico q se m ocurre es q la suma d los width d col1 y col2 sobrepasen el width dl banner
mira a ver