Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/10/2006, 15:19
Avatar de reyesoft
reyesoft
 
Fecha de Ingreso: abril-2006
Ubicación: San Rafael, Mendoza
Mensajes: 311
Antigüedad: 18 años
Puntos: 15
De acuerdo

¿podrías pasar el código HTML del div donde está la foto?

Así mismo intenté algo, cambia los valores hasta ajustar.

Código HTML:
<style type="text/css">
<!--
#contenedor 
{
    border:1px solid #333333;
    width:100px;;
    padding:5px;
    margin-left:200px;
}
#boton_eliminar 
{
    border:1px solid #FF0000;
    position:relative;
    width:20px;
    height: 21px;
    top:-80px;
    left:20px;
    margin-top:-40px;
    z-index:2;
}
-->
</style>
<div id="contenedor">
    <img src="thumb_foto.jpg" width="100" height="80">
    <img id="boton_eliminar" src="boton_eliminar.jpg" width="10" height="10">
</div> 
Un saludo...