Note that there are some explanatory texts on larger screens.

plurals
  1. POClick able map not working properly at mobile version
    text
    copied!<p>Sorry if my tone is not good: I am using click able map. It working properly at PC Screen but not working properly at Mobile screen. I am using this code:</p> <p><strong>HTML:</strong></p> <pre><code>&lt;img class="map" src="map/demo_usa.png" style="width:100%; height:100%;" usemap="#usa"&gt; &lt;map name="usa"&gt; &lt;area href="#" title="SC" shape="poly" coords="735,418, 734,419, 731,418, 731,416, 729,413, 727,411, 725,410, 723,405, 720,399, 716,398, 714,396, 713,393, 711,391, 709,390, 707,387, 704,385, 699,383, 699,382, 697,379, 696,378, 693,373, 690,373, 686,371, 684,369, 684,368, 685,366, 687,365, 687,363, 693,360, 701,356, 708,355, 724,355, 727,356, 728,360, 732,359, 745,358, 747,358, 760,366, 769,374, 764,379, 762,385, 761,391, 759,392, 758,394, 756,395, 754,398, 751,401, 749,404, 748,405, 744,408, 741,409, 742,412, 737,417, 735,418"&gt; ........ Countinut....... &lt;/map&gt; </code></pre> <p><strong>CSS:</strong></p> <pre><code>.map{ background-repeat:no-repeat !important; width:100% !important; height: 600px;!important; -moz-height: 600px;!important; background-size:100% !important; } .map canvas{ width:100% !important; height:100% !important; } </code></pre> <p><strong>Jquery:</strong></p> <pre><code>&lt;script type="text/javascript" src="map/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="map/jquery.maphilight.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt;$(function() { $('.map').maphilight(); });&lt;/script&gt; </code></pre> <p><strong>Page Link:</strong> See this link at small screen to understand my question. <a href="http://realinvestors.businesscatalyst.com/local-group.html" rel="nofollow">http://realinvestors.businesscatalyst.com/local-group.html</a></p> <p><strong>Note:</strong> Focus on mouse pointer.</p>
 

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