html - google maps infobox above all other content z-index does not work -


i use infobox attach div 20 markers on map. div contains anchor shows via classname:hover. works expected alas: have box, pops @ :hover trump all other content on page in order make sure, content of box not behind else.

i have applied position , z-index relevant elements on page , popup boxes have z-index 1000 while other below 100. still marker-image (z-index 80) covers box. tried change panes , have set index marker using setzindex 80 no avail.

boxtext.innerhtml = '<p class=\"sheikh_flag\"> <a   style=\"z-index:1000\" class=\"sheikh\" href=\"index.php\"> linktext  </a>  text   </p>'; 

is there way make sure, anchor class sheikh displayed atop others?

z-index works elements have position: relative / absolute / fixed


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -