Tresclub
11-12-04, 04:55 AM
I just created an image map on this page: Tour Championship (http://www.thegolfconn.com/tourchamp/tourchamp.htm)
I have seen other image maps, and you can watch the coordinates change as you scroll around the map; however, not so on mine, And, when I put the mouse cursor over a hole number, the url is wrong, and then eventually just stays on hole06.
I'm hoping there is someone out there who can help get this map fixed.
Thanks.
Warren
It's been a long time since I've made an image map, but this should work:
<center>
<!-- Beginning of ImageMap -->
<IMG SRC="map02.gif" USEMAP="#map02.gif" WIDTH="538" HEIGHT="289" BORDER="0">
<MAP NAME="map02.gif">
<AREA SHAPE=RECT COORDS="278,90,307,117" HREF="hole01.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="311,94,340,120" HREF="hole02.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="425,94,448,122" HREF="hole03.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="431,55,452,79" HREF="hole04.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="461,69,484,94" HREF="hole05.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="458,196,483,222" HREF="hole06.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="407,156,431,182" HREF="hole07.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="385,183,412,213" HREF="hole08.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="339,158,363,185" HREF="hole09.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="214,142,239,170" HREF="hole10.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="81,122,109,148" HREF="hole11.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="68,90,95,114" HREF="hole12.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="108,40,133,66" HREF="hole13.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="181,65,211,92" HREF="hole14.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="175,93,206,115" HREF="hole15.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="122,91,146,119" HREF="hole16.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="150,96,173,137" HREF="hole17.htm" TARGET="_self">
<AREA SHAPE=RECT COORDS="248,129,280,159" HREF="hole18.htm" TARGET="_self">
</MAP>
<!-- End of ImageMap -->
</center>
You can change the "_self" to "_new" if you want the links to open in a new window.
Tresclub
11-13-04, 02:55 AM
(jj), Your code worked perfect on my Tour Championship (http://www.thegolfconn.com/tourchamp/tourchamp.htm) page.
How did you find those coordinates? I used two different mapping programs to locate the coordinates I used,
and didn't even come close to yours.
Thanks again for your help, it is sincerely appreciated!
Warren
Tresclub
11-13-04, 02:58 AM
Here's one I did on my own: Tour Championship 2 (http://www.thegolfconn.com/tourchamp/tourchamp2.htm)
Warren
Glad it worked for you. I used to do image mapping using a grid overlay, but I have an old version of CuteMap that I use when I need an image map. That is what I used to make the one for you, much easier ;)
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.