Answer the question
In order to leave comments, you need to log in
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>
$(".fronthouse").mapster({
scaleMap: true,
fill: true,
fillColor: '061b50',
fillOpacity: 0.55
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question