Help! I'm using a td background-image so I can place something over the image but now I need to make an image map. Is this possible? This is what I got but it's not working. :'( <MAP NAME="top"> <AREA HREF="/index.php" ALT="Home" TITLE="Home" SHAPE=RECT COORDS="79,18,45,20,45,2,83,4"> </MAP> <td colspan="13" BACKGROUND="images/top.gif" width="718" height="141" alt="" style="text-align: right;padding-top:34; padding-right:90; background-repeat: no-repeat;" USERMAP="top"> Code (markup): Thanks!