关于在ecshop模版右侧加回到顶部的代码

2016-09-11 20:38 来源:www.chinab4c.com 作者: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 下即可