商品相册放大镜相关帮忙解读一段代码

2016-07-07 15:00 来源:www.chinab4c.com 作者:ecshop专家

  1. <a href="{$pictures.0.img_url}" id="Zoomer" class="MagicZoomPlus" rel="selectors-effect:false;zoom-fade:true;background-opacity:70;zoom-width:380;zoom-height:380;caption-source:img:title;thumb-change:mouseover" title=""onclick="window.open('gallery.php?id={$goods.goods_id}'); return false;">
  2. <img id="img_url" src="{$pictures.0.img_url}" alt="{$goods.goods_name|escape:html}" class="thumb" />
  3. </a>
复制代码
其中的rel="selectors-effect:false;zoom-fade:true;background-opacity:70;zoom-width:380;zoom-height:380;caption-source:img:title;thumb-change:mouseover" ,大家帮忙解读下,实在是看不懂啊~~

回答:
http://www.cnblogs.com/hidepeng/archive/2011/04/30/2033402.html

这有个网站讲解的,不过参数介绍是英文的,你可以用google浏览器翻译一下

感谢老杨,英文的也行,我看看去