SHEINLINE Posted April 11, 2010 Share Posted April 11, 2010 系统原来是显示三张图片,然后通过 左右 箭头来显示剩余的图片。产品图片大于3张时,我想分成几行显示,每行也是三个。具体要怎么做??改哪些代码??原来系统实现的代码在product.tpl 中系统原本显示如下图: Link to comment Share on other sites More sharing options...
21846657 Posted April 14, 2010 Share Posted April 14, 2010 1. 备份后修改product.tpl里,id="views_block"的div和smarty,去除或在global.css里隐藏id="view_scroll_left"的a标签和id="view_scroll_right"的a标签2. 备份后修改/themes/(YourTheme)/css/global.css里对应div#view_block和ul#thumbs_list_frame标签的代码以上思路仅供参考。Good luck! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now