Trích:
Nguyên văn bởi donaltqt89
Có cách nào để biết là nó đụng với cái nào, và phải chình sao ko anh Nam
|
Muốn biết nó đụng js nào thì đơn giản nhất là bạn tắt hết mấy cái js khi thêm vào skin.
Hoặc bạn có thể dùng code popup này
PHP Code:
<!-- --- popup ------>
<style type="text/css">
#floating
{
z-index: 9999999;
position: absolute;
width: 600px;
height: 420px;
border: 0px !important;
}
#overPage
{
background: black;
z-index: 9999999;
position: absolute;
left: 0;
top: 0;
}
</style>
<div id="ctl00_ContentPlaceHolder1_Adv_Popup_pnAdv" style="display:none">
<div id="overPage">
</div>
<div id="floating" >
<a href="javascript:closeMe();">
<div style="margin:0 auto;background:url(http://dogo.asia/upanh/uploads/GMIT.915VP.jpg) no-repeat center 0;width:600px;height:400px"></div>
</a>
<p style="float: right; position: relative;top:-413px; left:14px">
<a href="javascript:closeMe();"><img src="http://i2.upanh.com/2013/0713/07/56784152.close.png"/></a>
</p>
</div>
</div>
<script language="javascript" type="text/javascript">
function opennew(){
var expire=new Date();
expire=new Date(expire.getTime()+40000);
document.cookie="VFGEN-FORUM=here; expires="+expire;
window.open('http://vietboblog.net','_blank');
}
function GetCookie(name) {
var arg=name+"=";
var alen=arg.length;
var clen=document.cookie.length;
var i=0;
while (i<clen) {
var j=i+alen;
if (document.cookie.substring(i,j)==arg)
return "here";
i=document.cookie.indexOf(" ",i)+1;
if (i==0) break;
}
return null;
}
var visit=GetCookie("VFGEN-FORUM");
if (visit==null){
$("#ctl00_ContentPlaceHolder1_Adv_Popup_pnAdv").show();
}
var lastScroll;
var delay = 30;
var speed = 50;
var img_w = 490;
var img_h = 360;
function centerIt() {
$("#overPage").css("width", $(window).width());
$("#overPage").css("height", $(document).height());
$("#floating").css("left", $(window).width() / 2 - img_w / 2);
$("#floating").css("top", $(window).height() / 2 - img_h / 2 + $(document).scrollTop());
}
$(document).ready(function() {
$("#overPage").css("opacity", 0.7);
$("#overPage,#floating").show();
centerIt();
});
$(window).scroll(function() {
setTimeout(function() { ani(); }, delay);
lastScroll = new Date().getTime();
});
$(window).resize(function() {
centerIt();
});
function ani() {
if ((new Date().getTime() - lastScroll) >= (delay - 20)) {
$("#floating").animate({ top: ($(window).height() / 2 - img_h / 2 + $(document).scrollTop()) }, speed);
}
}
function closeMe() {
$("#overPage,#floating").hide();
opennew();
}
</script>
<!-----------end popup---------------->
Bạn thay mấy cái
link ảnh trong code lại nhé.