diff --git a/web/chunkymap.php b/web/chunkymap.php index 8ca1f62..7d8f547 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -541,12 +541,13 @@ function echo_chunkymap_table() { $zoomed_head_h=$character_icon_h;//(int)((float)$character_icon_h*$scale+.5); $rel_x -= (int)($zoomed_head_w/2); $rel_z -= (int)($zoomed_head_h/2); - $img_style="position:absolute; z-index:999; "; + //$img_style="position:absolute; "; + $img_style="" if (!$is_expired) { if ($is_idle) { $img_style.="opacity: 0.4; filter: alpha(opacity=40);"; //filter is for IE8 and below } - echo_hold( "
$player_name
" ); + echo_hold( "
$player_name
" ); } //$position_offset_x+=$character_icon_w; }