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"> </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"> </td> <td width="100" height="100"> </td>
position:absolute;
position:relative;
position:static;
position:inherit;