放大镜(含小图切换大图效果)鼠标移动自动切换小图并放大

2016-07-07 16:02 来源:www.chinab4c.com 作者:ecshop专家



如果有高手路过 或css厉害的 帮我看下这个问题

http://bbs.ecshop.com/thread-99766-1-1.html

已解决

打开 mzp-packed.js


找到




if(this.settings&&this.settings["header"]!=""){
varf=document.createElement("DIV");f.className='MagicZoomHeader';f.id='MagicZoomHeader'+this.bigImageCont.id;f.style.position='relative';f.style.zIndex=10;f.style.left='0px';f.style.top='0px';f.style.padding='0px';f.innerHTML=this.settings["header"];this.bigImageCont.appendChild(f)
}

回答:

这种情况应该怎样解决呢?放大后的效果不居中是为什么呢?

看看我的效果:
http://www.5i5net.cn/goods-6-%E7 ... %95%9CVMH020C1.html

我也是一按細圖會跳去gallery.php要如何改.

http://bbs.ecshop.com/http://bbs.ecshop.com/attachment.php?aid=28195&k=2eaf8ecd81622702b5e46674fc1256e6&t=1253253447&noupdate=yes&sid=8344VtSE18l6KzQ6PvZdT5%2BWDGPSjy%2BkUSILaC97mkuwGM4
这种情况应该怎样解决呢?放大后的效果 ...
huangjianbao 发表于 2009-9-18 14:00


你的可能是因为上传图片大小的缘故吧还有设置缩略图的大小 你重新调下看看

我也是一按細圖會跳去gallery.php要如何改.
edmond1512 发表于 2009-9-19 20:02
你是不是要去掉这个 不让它跳转到 相册里?


upload\themes\default\library\goods_gallery.lbi 里去掉
  1. <li><a href="gallery.php?id={$id}&img={$picture.img_id}" target="_blank"><img src="{if $picture.thumb_url}{$picture.thumb_url}{else}{$picture.img_url}{/if}" alt="{$goods.goods_name}" class="B_blue" /></a>
  2. </li>
复制代码
改成

  1. <li><a href="#" target="_blank"><img src="{if $picture.thumb_url}{$picture.thumb_url}{else}{$picture.img_url}{/if}" alt="{$goods.goods_name}" class="B_blue" /></a>
  2. </li>
复制代码

楼主很强大,支持下

楼主很强大用上了!

怎么看不到了

楼主很强大,支持下