Skip to content
Snippets Groups Projects
Commit 0924a3a0 authored by Seth Meranda's avatar Seth Meranda
Browse files

fixed video list positioning for IE.

parent a4644036
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ end three equal panels */
position:absolute;
bottom:5px;
width:640px;
left:5px;
text-align:center;
}
#promoVideoList a {
......
......@@ -40,7 +40,7 @@
WDN.jQuery(window).load(function(){
WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");
WDN.jQuery("#promoVideoList").hide();
//WDN.jQuery("#promoVideoList").hide();
});
WDN.jQuery(document).ready(function(){
WDN.jQuery("#headlines>div").click(function(){
......
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