Demo: http://fcatest3.forumvi.com/h15-pageNút lên đầu forum
Style: nhaccuatui (ở trang nhaccuatui nó không có fadeout)
Code: view ở đâu quên xừ nó roài =="
Mô tả: cứ mỗi lần cái thanh kéo nhích xuống dù chỉ một milimet là nó lại hiện lên, đến khi lên tới đỉnh forum là nó mất dần
Code: Cứ nhét hết vào trong overall_header là ok, còn nếu mọi người có thêm vào footer end hay gì gì mà được thì cứ chèn vào nha
- Code:
<script type="text/javascript">$(function() {$.fn.scrollToTop = function() {$(this).hide().removeAttr("href");if ($(window).scrollTop() != "0") {$(this).fadeIn("slow")}var scrollDiv = $(this);$(window).scroll(function() {if ($(window).scrollTop() == "0") {$(scrollDiv).fadeOut("slow")} else {$(scrollDiv).fadeIn("fast")}});$(this).click(function() {$("html, body").animate({scrollTop: 0}, "slow")})}});$(function() {$(".ontop").scrollToTop();});</script>
<div class="ontop" style="position:fixed;
background:rgba(0,0,0,0.5)!important;
right: 10px!important;
bottom: 0px!important;">
<div style="display: block;
width: 60px;
height: 26px;
background-image: url(http://stc.id.nixcdn.com/9.1/images/top.png);
background-position: center center;
background-repeat: no-repeat;">
</div>
</div>