psycheph
07-16-2003, 08:30 AM
hello
I have an image map that I made using CoffeeCup Image Mapper, it consists of six links. I want each of these links to open individual pop-up windows. In the CoffeeCup program, while mapping where I want each link to be, this options comes up for each area:
"ALT (appears as a Pop-Up):"
what do I fill in under ALT? advice anyone?
here's the image map in html: (as you can see, ALT is left blank)
<img SRC="Mainsll.jpg" USEMAP="#Mainslll" BORDER=0>
<map NAME="Mainslll">
<area SHAPE=RECT COORDS="10,372,60,413" HREF="http://www.angelfire.com/un/uuu/blabla1.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='1'; return true">
<area SHAPE=RECT COORDS="82,372,132,413" HREF="http://www.angelfire.com/un/uuu/blabla2.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='2'; return true">
<area SHAPE=RECT COORDS="154,372,204,414" HREF="http://www.angelfire.com/un/uuu/blabla3.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='3'; return true">
<area SHAPE=RECT COORDS="226,372,275,413" HREF="http://www.angelfire.com/un/uuu/blabla4.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='4'; return true">
<area SHAPE=RECT COORDS="298,372,348,413" HREF="http://www.angelfire.com/un/uuu/blabla5.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='5'; return true">
<area SHAPE=RECT COORDS="370,372,419,413" HREF="http://www.angelfire.com/un/uuu/blabla6.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='6'; return true">
</map>
am I looking in the right direction? ???
help???
I have an image map that I made using CoffeeCup Image Mapper, it consists of six links. I want each of these links to open individual pop-up windows. In the CoffeeCup program, while mapping where I want each link to be, this options comes up for each area:
"ALT (appears as a Pop-Up):"
what do I fill in under ALT? advice anyone?
here's the image map in html: (as you can see, ALT is left blank)
<img SRC="Mainsll.jpg" USEMAP="#Mainslll" BORDER=0>
<map NAME="Mainslll">
<area SHAPE=RECT COORDS="10,372,60,413" HREF="http://www.angelfire.com/un/uuu/blabla1.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='1'; return true">
<area SHAPE=RECT COORDS="82,372,132,413" HREF="http://www.angelfire.com/un/uuu/blabla2.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='2'; return true">
<area SHAPE=RECT COORDS="154,372,204,414" HREF="http://www.angelfire.com/un/uuu/blabla3.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='3'; return true">
<area SHAPE=RECT COORDS="226,372,275,413" HREF="http://www.angelfire.com/un/uuu/blabla4.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='4'; return true">
<area SHAPE=RECT COORDS="298,372,348,413" HREF="http://www.angelfire.com/un/uuu/blabla5.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='5'; return true">
<area SHAPE=RECT COORDS="370,372,419,413" HREF="http://www.angelfire.com/un/uuu/blabla6.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='6'; return true">
</map>
am I looking in the right direction? ???
help???