We have two images with transparent sections that each have a map and separately they work fine. When the images are overlapped using css position relative and absolute only the top map seems to work. Is there some way to make both maps work?
Edit:
We are only concerned with working in Mozilla and the w3 standard so no IE workarounds are needed.
This is by design. According to the HTML 4.01 spec, section 13.6.1 (“Client-side image maps: the MAP and AREA elements”):
Source
Note for those who come hereafter looking for an answer to the same question: This answer does not address the issue of overlapping images. See the comments.