Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/12/2008, 05:59
Avatar de Aresillo
Aresillo
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Becerril de la Sierra
Mensajes: 958
Antigüedad: 16 años, 1 mes
Puntos: 53
Respuesta: Cómo hacer que resalte un area map

No tengo la imagen del calendario así que estoy pegando tiros al aire...
Prueba esto:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es">
<head>
<title>Mapa</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<style>
#map {
background: #66f
}
</style>
<body>
<img src="img/calendario_03.jpg" alt="" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="187,88,236,120" href="javascript:SH2('texto1')" />
<area shape="rect" coords="236,89,282,121" href="javascript:SH2('texto2')" />
<area shape="rect" coords="282,88,328,120" href="javascript:SH2('texto3')" /><area shape="rect" coords="-1,121,46,153" href="javascript:SH2('texto4')" /><area shape="rect" coords="46,121,93,153" href="javascript:SH2('texto5')" /><area shape="rect" coords="92,120,141,151" href="javascript:SH2('texto10')" /><area shape="rect" coords="140,119,188,151" href="javascript:SH2('texto9')" /><area shape="rect" coords="189,120,235,152" href="javascript:SH2('texto6')" /><area shape="rect" coords="234,121,283,153" href="javascript:SH2('texto7')" /><area shape="rect" coords="284,121,329,153" href="javascript:SH2('texto8')" />
</map>
</body>
</html>
Ponme la imagen y sigo probando...

Aresillo!!