Image map co ordinates, Help please. |
Image map co ordinates, Help please. |
May 4 2008, 04:01 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jan 2008 Member No: 612,365 |
http://tammys-tackshop.webs.com/
So someone suggested a image map for me to use. I just can't figure out my co ordinates for this. I'm using this basic code: Click. So how do I figure out my co ordinates for my link areas? Any help would be great. Thanks. |
|
|
|
![]() |
May 6 2008, 12:46 PM
Post
#2
|
|
![]() cake or DEATH ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 631 Joined: Sep 2005 Member No: 223,586 |
Try using this instead and see if it works. I've reorganized a few things in your code:
CODE <DIV ALIGN=CENTER><IMG SRC="http://i61.photobucket.com/albums/h54/teelerthekitty/Art/Banners/tammystackshop.png" ALT="map of GH site" BORDER=0 WIDTH=300 HEIGHT=300 USEMAP="#map1">
<MAP NAME="map1"> <AREA HREF="http://tammys-tackshop.webs.com/index.htm" ALT="home" TITLE="home" SHAPE=RECT COORDS="87,23,82,22"> <AREA HREF="http://tammys-tackshop.webs.com/bio.htm" ALT="bio" TITLE="bio" SHAPE=RECT COORDS="53,26,48,24"> <AREA HREF="http://tammys-tackshop.webs.com/gallery.htm" ALT="gallery" TITLE="gallery" SHAPE=RECT COORDS="106,23,100,20"> <AREA HREF="http://tammys-tackshop.webs.com/products.htm" ALT="products" TITLE="products" SHAPE=RECT COORDS="131,28,126,25"> <AREA HREF="http://tammys-tackshop.webs.com/faq.htm" ALT="faq" TITLE="faq" SHAPE=RECT COORDS="76,30,67,27"> <AREA HREF="http://tammys-tackshop.webs.com/order.htm" ALT="order" TITLE="order" SHAPE=RECT COORDS="91,27,86,23"> </MAP> </DIV> |
|
|
|
wordstoasong Image map co ordinates May 4 2008, 04:01 PM
Insurmountable well if you have photoshop read this:
http://www.c... May 4 2008, 07:40 PM
Marlons If you use Firefox, get the Measure tool add on, a... May 4 2008, 07:43 PM
wordstoasong Ok, I did the firefox measrueing, and I still don... May 6 2008, 11:10 AM
wordstoasong Nope, tired it. Can't get it to work. I'll... May 6 2008, 12:59 PM
miyashu ooh wait i think i got it.
take this part in you... May 6 2008, 01:13 PM
wordstoasong whoops! Just tired that and my information wen... May 6 2008, 01:31 PM
wordstoasong Got it fixed. Thanks everyone. =] May 6 2008, 04:05 PM
miyashu That's good to hear ^.^.
Topic closed. May 6 2008, 04:45 PM![]() ![]() |