Note that there are some explanatory texts on larger screens.

plurals
  1. PORemoving heighlight from image map area in Android 4.x app via PhoneGap Build
    primarykey
    data
    text
    <p>I have tried every which way to try to remove the heighlight when pushing on an image map area of an image. I have search google time and time again and have added all the CSS code i could find in hopes it would help.. but it does not seem to.</p> <p>An example of what i am talking about: <img src="https://i.stack.imgur.com/OYIiy.jpg" alt="android tablet"></p> <p>I have added:</p> <pre><code> -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; } #map { 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; } &lt;img height="1024" src="img/MM.png" usemap="#MM_map" width="768" hidefocus="true"&gt; &lt;area coords="35,116,349,225" href="#HULU" id="HULU_id" onclick="$('#HULU').click();" shape="rect" style="border: none;" onfocus="blur();"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload