diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index acb66b7c8170cc50948ebcff4b306295de89895e..040faa1750663ba1cc63c0cc36b516aed4588aea 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -35,6 +35,13 @@ p.witw_location { } </style> <![endif]--> +<!--[if IE 8]> + <style type="text/css"> + #FE_InfoWindow { + margin:0 0 0 5px !important; + } + </style> +<![endif]--> @@ -60,7 +67,7 @@ p.witw_location { } if(WDN.jQuery(this).attr("id") == "headline1"){ WDN.jQuery("#xxx").show(); - var pause = setTimeout('WDN.jQuery("#FE_InfoWindow").css({"z-index":"200"});',2000); + var pause = setTimeout('WDN.jQuery("#FE_InfoWindow").css({"z-index":"200"});',1000); } else { WDN.jQuery("#xxx").hide(); WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'});