C
C
Captain Cocoa2015-10-13 17:06:56
css
Captain Cocoa, 2015-10-13 17:06:56

Is it possible through CSS or something else to format the map area?

Hello everyone, now I'm making a map on top of the picture.
I am using map area.
The question arose, is it possible to somehow style the area using css?, set the thickness and color of the frames, the background color, etc.?
It just didn't work for me, are there any alternatives?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Azim Kurt, 2015-10-13
@RadCor

Dear, for such purposes I advise you to use svg ( map example ).

A
Alexander Taratin, 2015-10-13
@Taraflex

It is forbidden.
There is such a solution www.outsharked.com/imagemapster

K
Kirill Nefediev, 2019-05-21
@Traineratwot

area[alt="prev"]{
  transform: translate(0,-100%);
  display: block;
  position: absolute;
        width: 100px;
        height: 100px;
}
area[alt="prev"]:hover:after{
  display: block;
    top: 40%;
    position: absolute;
    left:0;
    content:"\f0d9";
  background: #f9f9f975;
  font-size: 40px;	
}

примерно так ))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question