Copy link to clipboard
Copied
Hi!
My problem is the next:
I have a map with hot spots above an unique image, but if I preview in Safari 11.0.1 show me the blue rectangle around the hot spot, and in Firefox 56.0.2 don't appears, I want to DONĀ“T APPEARS IN SAFARI TOO.
How remove this rectangle? I very tired...help me please. This is my html:
Appears this in Safari, I DONĀ“T WANT SHOW IT THE RECTANGLE.
Appears this in Firefox, LIKE I WANT.
So thanks for the answer!
Image Maps for navigation are an old school approach that's not used much by modern developers. The outline you see in Safari is there for usability reasons to show people which link is active.
You can try adding this to your CSS and giving your map an ID.
#imagemap area {
outline:none;
}
Nancy
Copy link to clipboard
Copied
Image Maps for navigation are an old school approach that's not used much by modern developers. The outline you see in Safari is there for usability reasons to show people which link is active.
You can try adding this to your CSS and giving your map an ID.
#imagemap area {
outline:none;
}
Nancy
Copy link to clipboard
Copied
So thanks Nancy, you are right, is the old school used the image map.
Is correct your answer!
Thank you so much!!!
Victoria.