HTML element: <map>
Availability
|
Full support as of BlackBerry®
Device Software version 3.7.
|
The <map> element creates a client-side image map.
Differences between HTML, XHTML, and XHTML-MP
XHTML-MP does not support the <map> element.
Attributes
Attribute
|
Value(s)
|
Description
|
Supported in
|
id
|
text
|
Required. This attribute specifies a unique name for the image map. The value must match the corresponding value for the usemap attribute in the <img> element in which it is referenced.
|
4.6 or later
|
name
|
text
|
This attribute specifies a unique name for the image map. The value must match the corresponding value for the usemap attribute in the <img> element in which it is referenced.
|
4.0 or later
|
Common attributes
|
—
|
The <map> element supports the following common attributes:
- class
- dir
- lang
- style
- title
|
4.6 or later
|
Event attributes
|
—
|
The <map> element supports the following events:
- onblur
- onclick
- onfocus
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmousemove
- onmouseout
- onmouseover
- onmouseup
|
4.6 or later
|
Index
Was this information helpful? Send us your comments.