HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Image map problem
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
waitwhat



Joined: 17 Nov 2008
Posts: 28

Posted: Wed Dec 31, 2008 11:31 am     Image map problem  

Hi all thank you for your time and happy new year.

The problem I am having is with this page here:

http://www.mattboehlerresume.com/writinglink.html

I have a jpg that I created in photoshop by slicing two images diagonally.. I want to make an image map where each slice takes you to a different page. Eventually I want to create a rollover effect, but that is another time.....

The problem I am having is that only one of the slices is linked to a page. The bottom half isnt linked anywhere, despite the coordinates listed in the html.

Does anyone know the problem?


Corey Bryant



Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA

Posted: Wed Dec 31, 2008 2:47 pm      

How Coordinates are Chosen in an Image Map might help.

I re-did the image map with Microsoft Expression Web and came up with
Code: <map id="write" name="write">
<area coords="5, 7, 568, 8, 6, 570" href="writing.html" shape="polygon" />
<area coords="582, 8, 581, 569, 17, 568" href="broadcast.html" shape="polygon" />
</map>
<img src="http://www.mattboehlerresume.com/writing-link.jpg" alt="Writing links" width="595" height="580" style="border:0" usemap="#write" />
See if that might do the trick.

_________________
Corey
Toll Free Fax Numbers | Merchant Accounts
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group