I'm using Angelfire to make a site:
http://www.angelfire.com/anime5/shippy/main.html
My image map isn't working. I've made image maps before, but none of them have ever worked. If anyone can find a problem with it, please let me know. (PLEASE!)
The coding for that page will need to be cleaned up a bit first...
1. You have more than one starting BODY tags. You are only allowed one starting and one ending BODY tag per page.
2. The CSS styles for your BODY should be contained within the HEAD area of your coding.
3. Your main problem with the image map seems to be the values. The image itself seems to be 300x150 in size. The rectangle co-ordinates are X,Y,X,Y. The top left corner and the bottom right corner of the rectangle are the points specified. (The other 2 points of the rectangle will automatically be calculated.) You currently have these values at 376x208 and 444x277. Those are way beyond the scope of a 300x150 sized image.
Wait... What? I didn't say that for anything about my image map... Well, appearently, the computer thought I did. Well, it's working now. Thanks a lot!