Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/03/2006, 02:17
rrufo
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 3 meses
Puntos: 0
posicion de capas en tablas centrada

he de poner carias imagenes por capas dentro de una tabla centrada,
por lo que la posicion de tabla depende de la resolucion de pantalla

como podria entonces poner las imagenes, en las coordenadas correctas?

Código:
<table align="center" width="500" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="80">&nbsp;</td>
  </tr>
  <tr>
    <td> ====== menu ====== </td>
  </tr>
</table>
<table align="center" width="500" height="500" border="0" cellpadding="0" cellspacing="0" background="bg.jpg">
  <tr valign="top">
    <td width="100" height="100">
    <div style="position:absolute; left:0px; top:0px; overflow: hidden;"><a href="#" target="_blank"><img src="Iconos/Barco.gif"  width="50" height="50" border="0" ></a></div></td>
    <div style="position:absolute; left:150px; top:450px; overflow: hidden;"><a href="#" target="_blank"><img src="Iconos/Camion.gif" width="50" height="50" border="0" ></a></div>
</td>
    <td width="100" height="100">&nbsp;</td>
    <td width="100" height="100">&nbsp;</td>


position:absolute;
position:relative;
position:static;
position:inherit;