• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share code quảng cáo trượt theo forum

Admin

Well-Known Member
Staff member
Administrator
Code này nó cố định một chỗ, sau khi kéo chuột xuống thì nó trượt theo, khi kéo chuột lên thì tới điểm dừng là nó không theo nữa :khakha:
Demo: tuoitreit.vn xem trên style pc phần block nhá :khakha:

HTML:
<style>#sticky {
 height:250px; /* chiều cao của banner quảng cáo*/
 width:250px; /* độ rộng của banner quảng cáo*/
 position:relative;
}
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>  
<script>
var $stickyHeight = 460; // chiều cao của banner quảng cáo
var $padding = 5; // khoảng cách top của banner khi dính
var $topOffset = 2500; // 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 = 180; // Định vị điểm dừng của banner, tính từ chân lên
/* <=!=[=C=D=A=T=A=[ */
function scrollSticky(){
 if($(window).height() >= $stickyHeight) {
     var aOffset = $('#sticky').offset();
if($(document).height() - $footerHeight - $padding < $(window).scrollTop() + $stickyHeight) {
         var $top = $(document).height() - $stickyHeight - $footerHeight - $padding - 185;
         $('#sticky').attr('style', 'position:absolute; top:'+$top+'px;');


     }else if($(window).scrollTop() + $padding > $topOffset) {
         $('#sticky').attr('style', 'position:fixed; top:'+$padding+'px;');
}else{
         $('#sticky').attr('style', 'position:relative;');
     }
 }
}
$(window).scroll(function(){
 scrollSticky();
});
/* ]=]=> */
</script>
<div id="sticky">
<img src="http://img203.imageshack.us/img203/353/tuoitrevnbiz12012013.png" title="" width="240px" />
</div>
 
Ừ, em vào phần block xem demo nhé
 
cái này nó có chạy theo mô mà.còn đoạn sau nữa mà bạn ơi
Code:
[COLOR=#141414]<style>#sticky { height:200px; /* chiều cao của banner quảng cáo*/[/COLOR]
 width:200px; /* độ rộng của banner quảng cáo*/ position:relative;}</style><script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>  <script>var $stickyHeight = 460; // chiều cao của banner quảng cáovar $padding = 5; // khoảng cách top của banner khi dínhvar $topOffset = 2500; // 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 = 180; // Định vị điểm dừng của banner, tính từ chân lên/* <=!=[=C=D=A=T=A=[ */function scrollSticky(){ if($(window).height() >= $stickyHeight) {     var aOffset = $('#sticky').offset();if($(document).height() - $footerHeight - $padding < $(window).scrollTop() + $stickyHeight) {         var $top = $(document).height() - $stickyHeight - $footerHeight - $padding - 185;         $('#sticky').attr('style', 'position:absolute; top:'+$top+'px;');     }else if($(window).scrollTop() + $padding > $topOffset) {         $('#sticky').attr('style', 'position:fixed; top:'+$padding+'px;');}else{         $('#sticky').attr('style', 'position:relative;');     } }}$(window).scroll(function(){ scrollSticky();});/* ]=]=> */</script><div id="sticky"> [COLOR=#141414]<div style="height: 150px; width: 200px;"><div style="text-align: center;"><b style="color: red; font-size: x-large;">Quảng cáo tại đây liên hệ</b></div><center><font size="5" color="red"><b>016.89.26.46.86</b></font><br><font size="4" color="blue"><b>Yahoo: <a href="ymsgr:sendim?hotro_huecity_com_vn">Admin QC</a></b></font></center></div></div>[/COLOR]
quất nó vào block hoặc footer
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
T Share Code xóa quảng cáo Xtgem bằng css Wap builder, wapego, xtgem, wen.ru, wapka, wap4 0
Admin Share full code phim71.com hoàn chỉnh không quảng cáo Mã nguồn web 0
Admin Share code php hiện quảng cáo ngẫu nhiên Mã nguồn wap 0
Admin Share code làm trang báo giá quảng cáo Mã nguồn web 0
Admin Share code quảng cáo 2 bên forum ẩn sau forum khi màn hình nhỏ HTML & CSS 2
Admin Share code quảng cáo 2 bên forum tự biến mất khi màn hình nhỏ HTML & CSS 0
Admin Code php random quảng cáo PHP 0
S Help Ae ,admin cho xin cái code xóa quảng cáo .tks Johncms 9
K Hướng dẫn Code Quảng Cáo Góc Phải Forum Của KingGame Vbb tutorial 0
Admin Share code gắn nội dung dưới quảng cáo wapka Wap builder, wapego, xtgem, wen.ru, wapka, wap4 0
Admin Share code thay đổi loại quảng cáo xtgem Wap builder, wapego, xtgem, wen.ru, wapka, wap4 0
Admin Share code quảng cáo dọc 2 bên web Javascript/ajax 0
Admin Share code xóa quảng cáo xtgem 100% Wap builder, wapego, xtgem, wen.ru, wapka, wap4 5
T Share Code xóa quảng cáo cuối trang cho xtgem Wap builder, wapego, xtgem, wen.ru, wapka, wap4 5
Nghiapro Share code xóa quảng cáo cho wapmienphi Wap builder, wapego, xtgem, wen.ru, wapka, wap4 1
Admin Hướng dẫn [All VBB] Code nhiều item banner quảng cáo phía trên forum Vbulletin 0
Admin Code nhiều item banner quảng cáo phía trên forum vbb Vbulletin 4
Admin [Share] code đóng khung bài viết cùng chuyên mục + Quảng Cáo bên cạnh Vbulletin 0
rockymen9999 Share GIFTCARD CODE GENERATOR BY AMBOSS NETFLIX, AMAZON, PSN, SPOTIFY & MORE Tut, tool, mmo 0
F Quét QR Code – 1 Chạm 1 Lượt Tải Tốc Độ Cao Tin tức CNTT 0
rockymen9999 Share GIFTCARD CODE GENERATOR BY AMBOSS NETFLIX, AMAZON, PSN, SPOTIFY & MORE Tut, tool, mmo 0
J E cần tối ưu code check cc,web check ạ PHP 0
cuongpro9x Share FREE Windscribe VPN 30GB Voucher Code Tut, tool, mmo 0
H Xin code twig lô đề All Shared Scripts 0
katy Android MobiFone tặng e-code 100k cho Hội viên KNDL để mua sắm trên Tiki.vn Điện thoại di động 10
katy Android Hãy cùng MobiFone thăng hạng tiếng Anh cùng e-code giảm giá tại Apax English Điện thoại di động 10
katy Android MobiFone tặng mã e-code tại APAX ENGLISH trị giá 500k cho Hội viên KNDL Thông tin các mạng di động 0
Admin [CSCN] Roman Numeral Chord BB Code Support Xenforo 0
Admin Editor & BB Code Manager Xenforo 0
Admin Share code phpBB 3.3.3 tiếng việt mới nhất Phpbb3x 2
D Giúp đỡ về code javascrip trên Ladipage Hỗ trợ sử dụng diễn đàn 1
cuongpro9x Share Code vòng quay lì xì may mắn All Shared Scripts 1
Admin Xenforo 2 - Random Ads Code Xenforo 0
Admin Yilmaz - Hide [code,php,html] content from guests (vb5.6.x) Add-ons 0
Vtkun Xin giải mã code php Thảo luận chung 0
Admin Share code dịch vụ mạng xã hội bao gồm Facebook, Youtube, Tiktok, Instagram Mã nguồn wap 30
Admin Share 15GB source code Android bao gồm Unity Android, iOS 5
Admin Share code Nukeviet 4.4.02 mới nhất - Code tin tức tốt nhất Việt Nam Mã nguồn web 3
Admin Share code trung thu 2020 đẹp mắt JavaScript / Ajax 6
Admin [MMO] Hide Bb-Code Content System Xenforo 1
I Xin Xin code up ảnh giống upanh.tuoitreit.vn PHP 0
Admin Share code phpBB 3.3.1 tiếng việt mới nhất Phpbb3x 4
Admin Share code wap upload mod full Mã nguồn wap 3
Admin Share code bắn pháo hoa tết 2021 đẹp JavaScript / Ajax 0
cuongpro9x Share bộ Source code trà sữa To Co To Co Wordpress 9
B xin lại các code link đã bị die Johncms 2
cuongpro9x Share code website bán khóa học Online All Shared Scripts 3
Admin Share code php check rank Việt Nam và thế giới từ Alexa PHP 0
Admin Share code leech ảnh girl xinh tự động Mã nguồn wap 0
cuongpro9x Share Code Đếm Ngược Thời Gian Chào Xuân Canh Tý 2020 All Shared Scripts 3

Similar threads

New posts New threads New resources

Back
Top