Hi
Thank-you for your suggestions. Below is the script I have used, but only "Enter the Gallery" message is displayed. The other messages do not display, when the mouse rolls over the co-ordinates. I like the image map effects, but would like any suggestions on how to modify this script:
<script>
function overout(divname,content) {
document.getElementById(divname).innerHTML = content;
}
</script>
</head>
<!--webbot bot="ImageMap"
rectangle="(57,141) (227, 247) frameset/navigate.htm"
rectangle="(115,27) (224, 136) http://" rectangle="(261,36) (352, 146) http://gallery"
onmouseover="overout('side','Enter the Gallery');"
onmouseout="overout('side','');
rectangle=" (56,135) (203, 239) frameset/index.html"
onmouseover="overout('side','Find out about the Panacea Arts Trust');"
onmouseout="overout('side','');
rectangle=" (139,40) (230, 127) artist.htm"
onmouseover="overout('side','Panacea Artist of the Month');"
onmouseout="overout('side','');
src=" titlepalette2.GIF"
alt="titlepalette2.GIF (18957 bytes)" border="0" src="images/titlepalette2.GIF"
width="408" height="305" --></td>
<td><div id="side" style="width:400px; height:200px;"></div></td>
<td width="50%" valign="top"> </td>
</tr>
==============================
bye
Allyson
Thank-you for your suggestions. Below is the script I have used, but only "Enter the Gallery" message is displayed. The other messages do not display, when the mouse rolls over the co-ordinates. I like the image map effects, but would like any suggestions on how to modify this script:
<script>
function overout(divname,content) {
document.getElementById(divname).innerHTML = content;
}
</script>
</head>
<!--webbot bot="ImageMap"
rectangle="(57,141) (227, 247) frameset/navigate.htm"
rectangle="(115,27) (224, 136) http://" rectangle="(261,36) (352, 146) http://gallery"
onmouseover="overout('side','Enter the Gallery');"
onmouseout="overout('side','');
rectangle=" (56,135) (203, 239) frameset/index.html"
onmouseover="overout('side','Find out about the Panacea Arts Trust');"
onmouseout="overout('side','');
rectangle=" (139,40) (230, 127) artist.htm"
onmouseover="overout('side','Panacea Artist of the Month');"
onmouseout="overout('side','');
src=" titlepalette2.GIF"
alt="titlepalette2.GIF (18957 bytes)" border="0" src="images/titlepalette2.GIF"
width="408" height="305" --></td>
<td><div id="side" style="width:400px; height:200px;"></div></td>
<td width="50%" valign="top"> </td>
</tr>
==============================
bye
Allyson