Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/08/2005, 15:31
Avatar de Lecquio
Lecquio
 
Fecha de Ingreso: mayo-2004
Ubicación: Asturias, España
Mensajes: 948
Antigüedad: 19 años, 11 meses
Puntos: 34
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