Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/11/2006, 06:22
Avatar de Wel
Wel
 
Fecha de Ingreso: marzo-2003
Mensajes: 77
Antigüedad: 21 años, 1 mes
Puntos: 0
Con CSS y un "Background" en la Imagen se puede

<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<style>
#thephoto {width:450px; height:338px;background:#fff url('http://www.surdelsur.com/images/iconos/reloj.gif') 50% 50% no-repeat;}
</style>

</HEAD>

<BODY>
<img src='http://www.uv.es/jfbelda/pracwebts/ordenador.jpg' alt='Photo' id='thephoto' />

</BODY>
</HTML>