*i realize that i missed a letter in dreamweaver. i ran out of room*
i am using this script that i aquired called boxover. it basically uses a java applet to create a tooltip pop-up. The part that i want the tooltip to appear above is a hotspot that i created with dreamweaver. When i put in the script it looked like this:
this works except for the part where a big box appears under the image. The hotspot does have the tooltip appearing there, but there is also a big empty box located under the image(that the hotspot is in) and it has the tooltip aswell. Does anyone know how to get rid of the box bellow the image????? is it something with the script that i did wrong or will this type of tooltip not work with hotspots?? Please try to answer! any help is appreciated.
and the big box is not the "main.png". That is a second image on the site. The same thing happens with or with out the second image there.
i am using this script that i aquired called boxover. it basically uses a java applet to create a tooltip pop-up. The part that i want the tooltip to appear above is a hotspot that i created with dreamweaver. When i put in the script it looked like this:
| Code: |
| <body>
<SCRIPT SRC="BoxOver.js"></SCRIPT> <p align="center"><img src="top section.png" width="1500" height="250" border="0" usemap="#Map" /> <map name="Map" id="Map"><DIV TITLE="header=[Solutions] body=[Click Here For Solutions]" STYLE="BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 75px"><area shape="rect" coords="490,93,606,140" href="#" /></DIV></map><img src="Main.png" width="1500" height="1500" /></p> <p align="center"> </p> </body> |
this works except for the part where a big box appears under the image. The hotspot does have the tooltip appearing there, but there is also a big empty box located under the image(that the hotspot is in) and it has the tooltip aswell. Does anyone know how to get rid of the box bellow the image????? is it something with the script that i did wrong or will this type of tooltip not work with hotspots?? Please try to answer! any help is appreciated.
and the big box is not the "main.png". That is a second image on the site. The same thing happens with or with out the second image there.
