Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/07/2005, 11:53
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 18 años, 11 meses
Puntos: 0
HOla,
por ejemplo tengo esto :

---------------------------------------------------------------------
<img src="../images/EVPoliticas.jpg" alt="Politicas del Evento" width="800" height="600" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="65,514,219,534" href="index.htm" target="_self">
<area shape="rect" coords="64,539,221,559" href="contact.asp" target="_self" alt="Contacto">
<area shape="circle" coords="305,537,34" href="../PDFs/contrato.pdf" target="_blank" alt="Contrato">
</map>
---------------------------------------------------------------------------

y me gustaria poner algo asi para la barra de status:

onmouseover="status='Agregar a Favoritos'; return true" onmouseout="status='' "

pero se lo pongo y no hace nada, entonces que puedo hacer ???