View Single Post
Old 09-06-2012, 03:17 PM   #3
gunnlau2
Junior Member
gunnlau2 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2012
Device: none
Thanks, I can get the Image Map to work on it's own and using IE but i try to view it using iBooks and the links do nothing. it recognizes taht there are links but they don't go anywhere. I'm thinking that i just have the code screwed up.

this is a sample of what i have:

<img width="252" height="169" src="images/Departments_Image_Map_f_fmt.png" alt="Departments_Image_Map_fmt.png" usemap="#shapes">

<map name="shapes">
<area shape="rect" coords="35,95,97,123" href="sales.html" />
</map>
</img>

Any ideas? i have the "sales.html" file in the OBEP folder... just not sure what is wrong??
gunnlau2 is offline   Reply With Quote