From df9a0ea8a712efb3e22e6ccaba48c428588fe4c1 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Fri, 4 Sep 2009 21:27:38 +0000 Subject: [PATCH] fix ie8 bubble positioning --- customindex/views/default/customindex/metatags.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index acb66b7c..040faa17 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'}); -- GitLab