• 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 back to top tiện dụng

Admin

Well-Known Member
Staff member
Administrator
Code này có tác dụng hiển thị 1 nút sau khi click nó sẽ dẫn lên head và biến mất, kéo xuống nó lại hiện lên.
HTML:
<style type='text/css'> #bttop{border:1px solid #4adcff;background:#24bde2;text-align:center;padding:5px;position:fixed;bottom:35px;right:10px;cursor:pointer;display:none;color:#fff;font-size:11px;font-weight:900;} #bttop:hover{border:1px solid #ffa789;background:#ff6734;} </style> <div id='bttop'>BACK TO TOP</div> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'></script> <script type='text/javascript'>$(function(){$(window).scroll(function(){if($(this).scrollTop()!=0){$('#bttop').fadeIn();}else{$('#bttop').fadeOut();}});$('#bttop').click(function(){$('body,html').animate({scrollTop:0},800);});});</script><script type="text/javascript" src="vietvbb/topx/vietvbb_topx.js?v=420"></script> <script type="text/javascript" src="vietvbb/topx/wz_tooltip.js?v=420"></script>
Thích chỉnh màu mè thế nào tùy ý. Gắn vào cuối trang nhé, footer luôn cũng được. Giống nút góp ý trên http://mp3.zing.vn
 

Facebook Comments

New posts New threads New resources

Back
Top