So, I'm building my image maps by hand...
The resulting code works fine in IE6, but won't work in Safari. I'm confused. The image displays. I've looked at several articles on the net trying to solve my problem and I'm just not turning anything up...
Any suggestions? I've pasted the relevant code below...
------------
<map id = "picture">
<area href = "home.html" shape = "rect"
coords = "0,0,50,20"
alt = "go to the home page" TARGET="rightframe"/>
<area href = "hobbies.html" shape = "rect"
coords = "0,50, 60,75"
alt = "go to the hobbies page" TARGET="rightframe"/>
<area href = "feedback.html" shape = "rect"
coords = "125,60,190,75"
alt = "go to leave feedback" TARGET="rightframe"/>
<area href = "links.html" shape = "rect"
coords = "255,0,299,20"
alt = "go to the links page" TARGET="rightframe"/>
<area href = "mailto:mveenstra@uta.edu" shape = "rect"
coords = "255,60,299,75"
alt = "send me email" TARGET="rightframe"/>
</map>
<p align="center"><img src="../images/tdbtop.gif" height = "75" width = "300" alt="My Logo"
usemap = "#picture" border = 0 /></p>
The resulting code works fine in IE6, but won't work in Safari. I'm confused. The image displays. I've looked at several articles on the net trying to solve my problem and I'm just not turning anything up...
Any suggestions? I've pasted the relevant code below...
------------
<map id = "picture">
<area href = "home.html" shape = "rect"
coords = "0,0,50,20"
alt = "go to the home page" TARGET="rightframe"/>
<area href = "hobbies.html" shape = "rect"
coords = "0,50, 60,75"
alt = "go to the hobbies page" TARGET="rightframe"/>
<area href = "feedback.html" shape = "rect"
coords = "125,60,190,75"
alt = "go to leave feedback" TARGET="rightframe"/>
<area href = "links.html" shape = "rect"
coords = "255,0,299,20"
alt = "go to the links page" TARGET="rightframe"/>
<area href = "mailto:mveenstra@uta.edu" shape = "rect"
coords = "255,60,299,75"
alt = "send me email" TARGET="rightframe"/>
</map>
<p align="center"><img src="../images/tdbtop.gif" height = "75" width = "300" alt="My Logo"
usemap = "#picture" border = 0 /></p>