Heisenberg submitted a new resource:
You must be registered for see links
- Create "Back to top" button using jQuery in one step.vB Version: 4.2.0
Instruction:
Find template footer.
Insert at the end.
Code:<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...
You must be registered for see links
Last edited:
