In an image map, one sets the hyperlinks with area elements. How is it possible to detect mouse hover (CSS :hover) or mouseover (JavaScript onmouseover) on those links or set a title to those hyperlinks?
Since the area elements aren’t inside the img element itself, area:hover or :link:hover doesn’t work, neither does an onmouseover or title attribute in the area tag.