![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/08/2006, 20:53
|
![Avatar de asinox](http://static.forosdelweb.com/customavatars/avatar8865_3.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Santo Domingo
Mensajes: 2.712
Antigüedad: 23 años Puntos: 6 | |
mmm talvez
Código:
#div1{
float:left;
widht:250px;
height:300px;
}
#div1{
float:left;
widht:250px;
margin-left:470px;
height:300px;
}
y si lo quieres 100%
Código:
body{
height:100%
}
#div1{
float:left;
widht:250px;
height:100%
}
#div1{
float:left;
widht:250px;
height:100%
margin-left:470px;
}
Saludos |