Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/05/2012, 13:26
Avatar de BLAH !!
BLAH !!
 
Fecha de Ingreso: septiembre-2003
Ubicación: Región Metropolitana, Santiago, Chile
Mensajes: 706
Antigüedad: 20 años, 7 meses
Puntos: 16
Respuesta: Imagen (difuminada) dentro de table

Claro :

Código HTML:
<HTML>

<HEAD>
...
 <STYLE>
  #situacion{
    position:absolute;
  #situacion img{
    position:relative;
  }
 </STYLE>
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#373737" leftmargin="0" topmargin="0">
<br><center>
...
...
...


<table border="0" cellpadding="2" cellspacing="0">
  <tr>
    <td>
<div id="situacion">
<img src="../../IMG/imgendiv.png">Hola soy imagen en div quiero estar como findo de tabla
</div>

<table border="0" cellpadding="3" cellspacing="0">
 <tr>
  <td>HOLA SOY CELDA 1</td>
..
 // QUIERO MOSTRAR LA IMAGEN DENTRO DE ESTA TABLA (NO CELDA, TABLA)
..
 </tr>
</table><br><br>      
    </td>
   </tr>
 </table>
</center>
</BODY>

</HTML> 
__________________
Adios ...!!!!