tweak^
10-04-2003, 10:49 PM
ok this is gonna get super complicated. what i want is when i mouse over a certain link i want a menu to appear that will have links in it. the catch is my links are in coords form in an image. here is the code.
<MAP NAME="Ballardhigh">
<AREA SHAPE=rect COORDS="15,30,110,46" HREF="activities.htm" ALT="Activities">
<AREA SHAPE=rect COORDS="15,53,122,66" HREF="transportation.htm" ALT="Transportation">
<AREA SHAPE=rect COORDS="111,113,125,180" HREF="sponsors.htm" ALT="Sponsors">
<AREA SHAPE=rect COORDS="140,134,210,145" HREF="districts.htm" ALT="Districts">
<AREA SHAPE=rect COORDS="159,7,260,18" HREF="contact.htm" ALT="Contact">
<AREA SHAPE=rect COORDS="225,89,300,100" HREF="students.htm" ALT="Students">
<AREA SHAPE=rect COORDS="226,121,270,132" HREF="staff.htm" ALT="Staff">
<AREA SHAPE=rect COORDS="227,26,397,75" HREF="about.htm" ALT="About">
</MAP>
now is there a way to make my links show a sub menu on mouseover?
EDIT: it does not need to follow the mouse or anything like that.
ALSO: i do not want my image to link to anywhere anymore, i just want them to show a popup menu. prefferably not in a new window, like a java thing. floating
<MAP NAME="Ballardhigh">
<AREA SHAPE=rect COORDS="15,30,110,46" HREF="activities.htm" ALT="Activities">
<AREA SHAPE=rect COORDS="15,53,122,66" HREF="transportation.htm" ALT="Transportation">
<AREA SHAPE=rect COORDS="111,113,125,180" HREF="sponsors.htm" ALT="Sponsors">
<AREA SHAPE=rect COORDS="140,134,210,145" HREF="districts.htm" ALT="Districts">
<AREA SHAPE=rect COORDS="159,7,260,18" HREF="contact.htm" ALT="Contact">
<AREA SHAPE=rect COORDS="225,89,300,100" HREF="students.htm" ALT="Students">
<AREA SHAPE=rect COORDS="226,121,270,132" HREF="staff.htm" ALT="Staff">
<AREA SHAPE=rect COORDS="227,26,397,75" HREF="about.htm" ALT="About">
</MAP>
now is there a way to make my links show a sub menu on mouseover?
EDIT: it does not need to follow the mouse or anything like that.
ALSO: i do not want my image to link to anywhere anymore, i just want them to show a popup menu. prefferably not in a new window, like a java thing. floating