Skip to content
Snippets Groups Projects
Commit df9a0ea8 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fix ie8 bubble positioning

parent db160a75
No related branches found
No related tags found
No related merge requests found
......@@ -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'});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment