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

fix for ie

parent eeda3905
Branches
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
function showLinks() { function showLinks() {
WDN.jQuery("#promoVideoList").show(); 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(document).ready(function(){
WDN.jQuery("#headlines>div").click(function(){ WDN.jQuery("#headlines>div").click(function(){
panelClicked = WDN.jQuery(this).attr("id").split('headline')[1]; panelClicked = WDN.jQuery(this).attr("id").split('headline')[1];
...@@ -42,8 +44,10 @@ function showLinks() { ...@@ -42,8 +44,10 @@ function showLinks() {
WDN.jQuery("#poster"+panelClicked+"").css({'z-index':'105'}); WDN.jQuery("#poster"+panelClicked+"").css({'z-index':'105'});
} }
if(WDN.jQuery(this).attr("id") == "headline1"){ 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 { } else {
WDN.jQuery("#xxx").hide();
WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'}); WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'});
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment