I have a banner that is an image map and a menu that is an ordinary image. The banner contains just the top of the menu also. They display like this however with a white line between them. I presume that this is the invisible border that a map always has around it?
+++++++++++++++++++++++
+ MY BANNER +
+ +
+++++++++++++++++++++++
* *
white line
* M *
* E *
* N *
* U *
* *
<img src="mybanner.jpg" usemap="#mymap" ismap border="0">
<map name="mymap" border="0">
<area shape="rect" coords="274,86,330,108" href="go1.html" alt="Send us an email">
<area shape="rect" coords="480,86,588,108" href="go2.html" >
<area shape="rect" coords="360,86,450,108" href="go3.html" alt="Have us call you">
</map>
<img src="mymenu.jpg" border="0">
Thanks,
Naoise
+++++++++++++++++++++++
+ MY BANNER +
+ +
+++++++++++++++++++++++
* *
white line
* M *
* E *
* N *
* U *
* *
<img src="mybanner.jpg" usemap="#mymap" ismap border="0">
<map name="mymap" border="0">
<area shape="rect" coords="274,86,330,108" href="go1.html" alt="Send us an email">
<area shape="rect" coords="480,86,588,108" href="go2.html" >
<area shape="rect" coords="360,86,450,108" href="go3.html" alt="Have us call you">
</map>
<img src="mymenu.jpg" border="0">
Thanks,
Naoise