Tạo nút back to top (lên đầu trang) K1
]]></b:skin><style type='text/css'>
#bttop{border:1px solid transparent;background:#3598db;text-align:center;padding:5px;position:fixed;bottom:35px;right:10px;cursor:pointer;display:none;color:#fff;font-size:14px;font-weight:900;}
#bttop:hover{border:1px solid transparent;background:#e74c3c;}
</style>
<script src='https://code.jquery.com/jquery-1.12.4.min.js' type='text/javascript'></script>
</head> Trong Theme có rồi thì không cần đoạn javascript này<div id='bttop'>TOP</div>
<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>
</body>