Re: mouseover with an image map.
by "Phil Babcock" <pbabcock(at)bgsgroup.com>
|
| Date: |
Fri, 28 Apr 2000 08:59:59 -0400 |
| To: |
donna(at)arwen.org, "hwg-techniques(at)hwg.org" <hwg-techniques(at)hwg.org> |
| References: |
arwen |
| |
todo: View
Thread,
Original
|
|
Ok, this works for me:
This image will be changed:
<img src="original_image.gif" name="tochange">
To new images "first_new_image.gif" and "second_new_image.gif".
And your map stuff:
<AREA SHAPE=POLY COORDS="x,x,x,x" href="#"
onmouseover="tochange.src='first_new_image.gif'"
onmouseout="tochange.src='original_image.gif'" onclick="return false">
<AREA SHAPE=POLY COORDS="x,x,x,x" href="#"
onmouseover="tochange.src='second_new_image.gif'"
onmouseout="tochange.src='original_image.gif'" onclick="return false">
Of course the rest of the map details are needed, and the x,x,x,x should be
actual coordinates.
HTH,
Phil Babcock
Lead Web Designer
BGS Group Inc.
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.