Demo :
Codes :
OK.Xog ai làm đc thì thanks nha
nguồn : cntt k3
Codes :
- Code:
<ul>
<li class="lentren-top" title="Chuyển lên đầu trang" onclick="$('html,body').animate({scrollTop: $('#pun-head').offset().top}, 1200);"></li>
<li class="xuongduoi-bottom" title="Chuyển xuống cuối trang" onclick="$('html,body').animate({scrollTop: $('#pun-foot').offset().top}, 1200);"></li>
</ul>
</div>
- Code:
#menudichuyen li {
height: 30px;
list-style: none outside none;
width: 22px;
}
.lentren-top {
background: url("http://i48.servimg.com/u/f48/13/58/60/43/newsfl12.png") repeat-x scroll -63px 50% transparent;
cursor: pointer;
height: 20px;
width: 20px;
}
OK.Xog ai làm đc thì thanks nha
nguồn : cntt k3
No Comment.