It does work... if you resize your browser window to approx 700 x 440 px  .
The problem is that the area coordinates are fixed (pixel) positions, while the map is fluid (%) height and width.
I don't think you can get an image map to work with percentage coordinates, so the only solutions I can see would be to either:
1. make the image map fixed width & height
or
2. use js to detect the window width & height, and to convert percentage coordinates to pixel coordinates accordingly
Last edited by Kelpie; 11-22-2011 at 06:56 AM..
Reason: Rewording
|