[thelist] Rollovers on image maps

Matt S. mspiegler at lightbulbpress.com
Mon Sep 16 16:06:01 CDT 2002


Yup. here's an example of an imagemap rollover that shows/hides layers:

<map name="Map">
  <area shape="poly" coords="46,106,114,77,111,60,35,78" href="#"
onMouseOver="showHideLayers('callout4','','show')"
onMouseOut="showHideLayers('callout4','','hide')">
</map>

You could do the same thing with a standard image swap script.

.matt

Chris Evans wrote:

> Can you have a link on an image map change the source on a another image
> on the page?  In other words, do the links on image maps also support
> the mouseover functions?
>
> TIA,
> --
> Chris Evans
> chris at fuseware.com
> http://www.fuseware.com
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list