Uki bác, để tối về thử, hôm qua đã thử và ko thành công.đoạn đó là thêm vào bạn
thank bác đã hướng dẫn nhưng mà mình chỉ muốn cố định cái widget thread thôi, m làm đúng như hướng dẫn trên mà ko dc, còn cái bc chỉ thì theo m hiểu là cố định cái quảng cáo phải koBác @Dong có thể xài cách này, mình đang xài, uki nha bác
http://vnxf.vn/tao-quang-cao-truot-co-dinh-o-sidebar-cho-xenforo.t791.html
function sticky()
{
$(document).ready(function() {
var summaries = $('#widget-13');
summaries.each(function(i) {
var summary = $(summaries[i]);
var next = summaries[i + 1];
summary.scrollToFixed({
marginTop:54,
limit: function() {
var limit = 0;
if (next) {
limit = $(next).offset().top - $(this).outerHeight(true) - 50;
} else {
limit = $('.footer').offset().top - $(this).outerHeight(true) - 54;
}
return limit;
},
zIndex: 100
});
});
});
$(document).ready(function() {
var summaries = $('#topmenu');
summaries.each(function(i) {
var summary = $(summaries[i]);
var next = summaries[i + 1];
summary.scrollToFixed({
marginTop:0,
limit: function() {
var limit = 0;
if (next) {
limit = $(next).offset().top - $(this).outerHeight(true) - 50;
} else {
limit = $('.footer').offset().top - $(this).outerHeight(true) - 40;
}
return limit;
},
zIndex: 9999
});
});
});
}
function detectcode() {
if (navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
|| navigator.userAgent.match(/Windows Phone/i)
|| navigator.userAgent.match(/Opera Mini/i)
|| navigator.userAgent.match(/IEMobile/i)
) {
isMobile = true;
}
else
{
sticky();
}
};
detectcode();
Khi trượt tới ô bình luận nó có nhả ra như vnxf ko bác?Mã:<script> if(screen.width >800){ var $stickyHeight = 447; // chiều cao của banner quảng cáo var $padding = 10; // khoảng cách top của banner khi dính var $topOffset = 140; // khoảng cách từ top của banner khi bắt đầu dính (tức là khoảng cách tính từ trên xuống đến vị trí đặt banner ) var $footerHeight = 230; // Định vị điểm dừng của banner, tính từ chân lên /* <=!=[=C=D=A=T=A=[ */ function scrollSticky(){ var $mai_wid = $('.mainContent').width(); var $pag_wid= $('.pageContent').width(); $mai_wid+=(screen.width-$pag_wid)/2; if (screen.width < 1024) $mai_wid+=10; if($(window).height() >= $stickyHeight) { var aOffset = $('#sticky').offset(); if($(document).height() - $footerHeight - $padding < $(window).scrollTop() + $stickyHeight) { var $top = $('.mainContainer').height()-$('.sidebar').height()-30; $('#sticky').attr('style', 'position:absolute; top:'+$top+'px;left:'+$mai_wid+'px;'); }else if($(window).scrollTop() + $padding > $topOffset) { $('#sticky').attr('style', 'position:fixed; top:'+$padding+'px;left:'+$mai_wid+'px;'); }else{ $('#sticky').attr('style', 'position:relative;'); } } } $(window).scroll(function(){ scrollSticky(); }); /* ]=]=> */ } </script>
Thấy hay update thêm vài biến nghịch
anhanhxf 0906081284
silzedt_1207 Inbox PVS |
XenForo 1 | XenForo 2 |
Translate by PVS | |
Xenforo là gì? | |
Xây dựng MXH bằng Xenforo |