
05/11/2006, 06:22
|
 | | | Fecha de Ingreso: marzo-2003
Mensajes: 77
Antigüedad: 22 años 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> |