Map
Parameters
Name - required
HMTL attributes (optional)
Examples
Example 1: Basic usage
img path: 'matestack-logo.png', width: 500, height: 300, alt: "otherlogo", usemap: "#newmap"
map name: 'newmap' do
area shape: 'rect', coords: [0,0,100,100], href: 'first.htm', alt: 'First'
area shape: 'rect', coords: [0,0,100,100], href: 'second.htm', alt: 'Second'
area shape: 'rect', coords: [0,0,100,100], href: 'third.htm', alt: 'Third'
endLast updated
Was this helpful?