![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/01/2007, 18:49
|
| | Fecha de Ingreso: septiembre-2005
Mensajes: 7
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Re: colocar div fuera de su contenedor Finalmente lo he resuelto de la siguiente forma:
div#general {
margin: auto;
width: 900px;
height: 550px;
text-align: left;
}
div#anunciate {
background-image: url(img/inserta.gif);
background-repeat: no-repeat;
background-position: center center;
position: relative;
top: -490px;
_top: 0px;
left: 60px;
_left: -80px;
width: 140px;
height: 140px;
float: right;
clear: both;
}
Gracias de todos modos por tu ayuda |