Intendi quello che si apre dopo lo script? cmq io avevo variato ad 1 il numero che sta dopo i valori rgba, pensavo fosse quello il valore di opacity, invece ora guardando bene ho notato questa cosa:
e se invece fosse qui la chiave per risolvere il mio problema? (dove c'è scritto allowtrasparency)?codice://var exepopuptop = (jQuery(window).scrollTop()+exepopupwindow-exepopupdiv) / 2; jQuery("#exepopup").animate({opacity: "1", left: "0" , left: exepopupleft}, 0).show(); jQuery("#exepopupclose").click(function() { jQuery("#exepopup").animate({opacity: "0", left: "-5000000"}, 1000).show();});});
codice:<h1>Diventa fan di RecenSerie su Facebook</h1> <div class='exepopupdata'><iframe allowtransparency='false' frameborder='0' scrolling='no' src='http://facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FrecenSerietv&width=400&colorscheme=light&show_faces=true&border_color=%23fff&stream=false&header=false&height=250' style='border:none; overflow:hidden; width:400px; height:250px;'/></div> <div id='exepopupfooter'>Please Wait <span>10</span> Seconds...!!!Salta</div></div>

Rispondi quotando