hi,
Does anyone know how to image map an image that is the background to a table ?
here is the code i'm using and its works fine with normal images but when the image is a background its not working.
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=500 HEIGHT=200 BACKGROUND="Top.gif" alt="" usemap="#Top_Map">
<map name="Top_Map">
<area shape="poly" alt="" coords="172,111, 237,104, 301,101, 374,103, 435,109, 376,123, 314,129, 237,126" href="#">
</map>
Cheers for any help
Spudman.