Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/01/2007, 18:49
ytalisoft
 
Fecha de Ingreso: septiembre-2005
Mensajes: 7
Antigüedad: 18 años, 7 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