当前位置:首页 > CMS教程 > ecshop > 列表

ECShop——回到顶部

发布:smiling 来源: PHP粉丝网  添加日期:2014-01-10 16:41:35 浏览: 评论:0 

在themes/模板文件夹/library/page_footer.lbi文件,在末尾加入如下代码即可实现:

  1. <style> 
  2. .to_top{width:20px;height:59px;right:40px;position:fixed;bottom:50px;_position:absolute;_top:expression_r(eval_r(document.documentElement.scrollTop+document.documentElement.clientHeight-134))} 
  3. </style> 
  4. <a href="#" class="to_top" title="返回顶部"><img src="http://pan.baidu.com/s/1gdl4pJ9" width="20" height="59" /></a> 

Tags: ECShop 回到顶部

分享到: