![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/10/2006, 17:26
|
![Avatar de chalchis](http://static.forosdelweb.com/customavatars/avatar36932_1.gif) | | | Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 21 años, 6 meses Puntos: 21 | |
mira lo adapte a mis necesidades que opinas
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#contenedoruno
{
text-align:center;
margin:0 auto 0 auto;
}
#contenedor
{
border:1px solid #333333;
width:100px;;
padding:2px;
/* margin-left:100px;*/
}
#boton_eliminar
{
border:1px solid #FF0000;
position:relative;
width:20px;
height: 21px;
top:-100px;
left:40px;
margin-top:-40px;
z-index:2;
}
.alineamientos_fotos
{
float: left;
margin:9px;
text-align:center;
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
}
-->
</style>
</head>
<body>
<div id="contenedoruno">
<div class="alineamientos_fotos">
<div id="contenedor">
<img src="prueba2.php.jpg" width="100" height="100">
<img id="boton_eliminar" src="stop.png" width="10" height="10" onClick="alert('borrar')">
</div>
</div>
<div class="alineamientos_fotos">
<div id="contenedor">
<img src="prueba2.php.jpg" width="100" height="100">
<img id="boton_eliminar" src="stop.png" width="10" height="10" onClick="alert('borrar')">
</div>
</div>
</div>
</body>
</html>
__________________ gerardo |