S
S
Sergey Goryachev2015-11-21 18:35:04
css
Sergey Goryachev, 2015-11-21 18:35:04

How to make map area + mapster so that highlight colors are different?

Good evening.

I have an image map.

<img src="/images/fronthouse.png" class="fronthouse" usemap="#fronthouse">
<map name="fronthouse">
<area shape="poly" href="#" class="hover_section" coords="437,757,436,774,...,437,740">
<area shape="poly" href="#" class="hover_section" coords="439,706,438,713,...,439,699">
</map>


and there is a script that highlights areas on the map with color:

$(".fronthouse").mapster({
scaleMap: true,
fill: true,
fillColor: '061b50',
fillOpacity: 0.55
});


The script is parsed by jquery.mapster.min.js.

How to make multiple selection colors?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question