Log In · Register

 
Image map co ordinates, Help please.
wordstoasong
post 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.
 
 
Start new topic
Replies
miyashu
post May 6 2008, 01:13 PM
Post #2


cake or DEATH
*****

Group: Staff Alumni
Posts: 631
Joined: Sep 2005
Member No: 223,586



ooh wait i think i got it.

take this part in your code:

CODE
<div style="position: absolute; width: ##px; height: ##px; margin-left: 0px; margin-top: 0px; overflow: auto;">
<img src="http://i61.photobucket.com/albums/h54/teelerthekitty/Art/Banners/tammystackshop.png">

</div>


and put that in with the image map stuff, like this:

CODE
<div style="position: absolute; width: ##px; height: ##px; margin-left: 0px; margin-top: 0px; overflow: auto;">
<img src="http://i61.photobucket.com/albums/h54/teelerthekitty/Art/Banners/tammystackshop.png" BORDER=0 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>


hopefully this won't fail. but in case it does, i'll keep trying!
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: