HTML Attributes for
<AREA ...>
Looking for info on how to make an image map? - See our tutorial How to Make an image Map
<AREA HREF="freelance.html" ALT="Freelance"
COORDS="31,0,164,26" SHAPE=RECT
onMouseOver="alert('Mouse Over!')">
gives us
<AREA HREF="freelance.html" ALT="Freelance"
COORDS="31,0,164,26" SHAPE=RECT
onMouseOut="alert('Mouse Out!')">
gives us
|