html - Cursor to remain pointer in area -


i'm building little hidden object game. can't seem stop cursor turning hand (on chrome anyway) pretty defeats purpose of objects being hidden. i've read lot of stackexchange posts on none work me. below 1 of maps , few things have tried, inline, css.

i have issue blue outline when click 1 of polygons, should make separate question. please assist.

this actual game page- game page

    <map name="m__r3_c7" id="m__r3_c7"> <area shape="poly" coords="28,91,52,93,70,89,71,74,82,67,80,52,70,40,55,28,47,30,29,31,20,21,5,9,-6,0,-27,10,-10,19,-18,20,-9,44,2,61,3,68,20,73,29,76" style="cursor:default" href="javascript:;" alt="" onclick="mm_nbgroup('down','navbar10','n_r3_c6','images/_r3_c6_s4.jpg','n_r3_c7','images/_r3_c7_s4.jpg',1);"  /> </map> 

i've tried

area { cursor: default;  display:block; }  javascript:void(0);  javascript:void(null)  style="cursor:default" 

that's coming href="javascript:;. remove <area> elements , should fine.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -