До:
- Код: Выделить всё
</body>
</html>
- Код: Выделить всё
<!-- прокрутка Top-->
<a href="#" id="toTop"><img src="{T_THEME_PATH}/images/scroll.png" border="0" align="absmiddle" /></a>
<script type="text/javascript">
$(function() {
$("#toTop").scrollToTop();
});
</script>
<style>
#toTop {
width: 66px;
height: 50px;
text-align: center;
padding: 5px;
position: fixed;
bottom: -16px;
right: 0px;
cursor: pointer;
color: #666666;
text-decoration: none;
}
</style>
<!-- / прокрутка Top end-->
#857