Getting image maps right the first time - Overview

Image maps are areas of an image that are associated with behaviours triggered by a cursor. For example, a cursor moving over an image may cause it to change colours or become highlighted. Clicking the mouse may then take you to a different web page.

Web accessibility guidelines require image maps to be client-side based, that is, their information has to appear in the html on which the page is based. This enables screen readers and text browsers to read the Alt text that accompanies each image.

 

Why

Since text-only browsers, screen readers, or assistive devices may not be capable of interpreting links in server-side image maps, use client-side image maps instead of server-side image maps.

How

[Image maps details ]