Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/02/2006, 09:19
Avatar de pituzo
pituzo
 
Fecha de Ingreso: octubre-2004
Ubicación: Malaga
Mensajes: 34
Antigüedad: 20 años, 3 meses
Puntos: 0
No me funciona :(

Mi código es:
Código:
 <style type="text/css">
    AREA:FOCUS {
       outline:0px;
    }
 </style>
 ...
 <IMG src="imagen.jpg" name="imagen" usemap="#map1" border="0">
 <map name="map1">
    <area shape="rect" coords="..." href="..." tabindex="-1"
    style="cursor:hand;" onClick="javascript:..." onFocus="this.blur()">
 </map>