Hey, thanks for the tutorial.
I followed your instructions precisely (I thought), but nothing happened other than that this ugly blue box appeared around the entire image. Still no clickability in the image. Here's my code. Can you tell where I went wrong?
<img src="/img/header3.png" "width=1000" "height=70" "style=border: none;" usemap="header"/>
<map name="header">
<area shape="rect"
coords="140,5,275,65"
href="http://www.yemenpeaceproject.org"/>
<area shape="rect"
coords="385,15,475,30"
href="/about/"/>
<area shape="rect"
coords="485,15,545,30"
href="/news/" />
<area shape="rect"
coords="550,15,610,30"
href="/issues"/>
<area shape="rect"
coords="620,15,685,30"
href="/media"/>
<area shape="rect"
coords="380,35,520,50"
href="/communication"/>
<area shape="rect"
coords="530,35,585,50"
href="/links/links.php"/>
<area shape="rect"
coords="595,35,690,50"
href="/contact"/>
<area shape="rect"
coords="690,0,865,70"
href="/arabic"/>
</map>
[Edited by wedp on 01-Apr-10 11:57]