1 Nút tên lửa lên trên Tue Nov 13, 2012 8:36 am
Admin
Trùm Forum
Cái này giống của anh Kent nhưng mà nó đơn giản mà dễ làm hơn.
Demo : [You must be registered and logged in to see this image.]
Codes :
Chèn codes sau vào css :
Demo : [You must be registered and logged in to see this image.]
Codes :
Chèn codes sau vào css :
- Code:
#totop, #totop2 {
background: url("http://svphuyen.com/jimmylin/myweb/cssjs/top/up.png") no-repeat scroll 0 0 transparent;
bottom: 10px;
cursor: pointer;
display: none;
height: 249px;
overflow: hidden;
position: fixed;
right: 0;
width: 149px;
z-index: 9999;
}
- Code:
<div id="totop" style="display: block;"></div>
<div id="totop2" style="top: 429px; display: block;"></div>