© 2002-2018 最模板 zuimoban.com 版权所有,并保留所有权利。
ecshop模板网,专注ecshop模板制作、ecshop二次开发服务!
如何在ecshop模版右侧加回到顶部的代码,教程帮大家整理代码如下
修改 themes/模板文件夹/library/page_footer.lbi 文件
在page_footer.lbi底部加
<style>
.to_top{width:20px;height:59px;right:40px;position:fixed;bottom:50px;_position:absolute;_top:expression(ev al(document.documentElement.scrollTop+document.documentElement.clientHeight-134))}
</style>
<a href="#" class="to_top" title="返回顶部"><img src="images/图片名字" width="20" height="59" /></a>
将做好的图片放在themes/模板文件夹/images 下即可