Answer the question
In order to leave comments, you need to log in
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
It is forbidden.
There is such a solution www.outsharked.com/imagemapster
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 questionAsk a Question
731 491 924 answers to any question