I tried every way to try to remove the heighlight by clicking on the image area of ββthe image map. I searched google again and again and added all the CSS code that I could find in the hope that this would help .. but that doesn't seem to be the case.
An example of what I'm talking about: 
I added:
-webkit-user-modify: read-write-plaintext-only; border:none; outline: 0; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: none !important; -webkit-user-modify: read-write-plaintext-only; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; outline:none; border: none; } img{ -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; -webkit-user-modify: read-write-plaintext-only; outline:none; border: none; border-style: none; } body, textarea:focus, input:focus, area:focus{ outline:none; border: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; -webkit-user-modify: read-write-plaintext-only; } a{ outline:none !important; border: none !important; } a img { border:none; outline:none; } area{ outline:none; border: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; -webkit-user-modify: read-write-plaintext-only; }
source share