From fa2e80a916a0faab6f36319e3cc9ea710b9449cf Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Fri, 23 Sep 2011 19:43:08 +0200 Subject: [PATCH] Fixed styles to make marker-hovering work in Chrome. --- web/css/dynmap_style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index 1d189de8..31de199f 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -774,10 +774,8 @@ } .dynmap .mapMarker .markerIcon16x16 { - position: absolute; - top: -8px; - left: -8px; - z-index: 18; + margin-top: -8px; + margin-left: -8px; } .dynmap .coord-control {