diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 3e20cc3e331597052fae6fe7f8ffa3d7fa17c5c0..2607a299d4c120a7b0edbdc8f2f32a7143d13c18 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -30,6 +30,8 @@ function showLinks() { WDN.jQuery("#promoVideoList").show(); }; + +WDN.jQuery(window).load(function(){WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");WDN.jQuery("#promoVideoList").hide();}); WDN.jQuery(document).ready(function(){ WDN.jQuery("#headlines>div").click(function(){ panelClicked = WDN.jQuery(this).attr("id").split('headline')[1]; @@ -42,8 +44,10 @@ function showLinks() { WDN.jQuery("#poster"+panelClicked+"").css({'z-index':'105'}); } if(WDN.jQuery(this).attr("id") == "headline1"){ - WDN.jQuery("#FE_InfoWindow").css({'z-index':'100'}); + WDN.jQuery("#xxx").show(); + WDN.jQuery("#FE_InfoWindow").css({'z-index':'200'}); } else { + WDN.jQuery("#xxx").hide(); WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'}); } });