向高手求教:怎样实现鼠标经过显示大图?

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

老师们好!我用的是新蛋2.5免费模版,我想实现鼠标经过缩略图时能显示大图。不知具体怎样修改?请老师们相助!!!

我的 精品推荐 文件如下:

recommend_best.lbi(精品推荐 文件)
————————————————————————————————
<meta http-equiv="Content-Type" c>
<!-- {if $best_goods} -->
<div class="middle_area">
<div class="middle_area_title"><a href="../search.php?intro=best"><img src="../images/newegg/software2.gif" alt="best products" width="152" height="48" /></a></div>
<div class="best-area-content" style="" >
<!--{foreach from=$best_goods item=goods}-->
<ul class="best_list">
<li class="list_pic"><a href="{$goods.url}"><img src="{$goods.thumb}" border="0" alt="{$goods.name|escape:html}" class="thu1mb"/></a></li>
<li class="list_other"><A href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</A></li>
<li class="list_biref"><A href="{$goods.url}" title="{$goods.brief|escape:html}">{$goods.brief|truncate:28|escape:html}</A></li>
<li class="list_price">
<img src="../images/newegg/arr2.gif" width="10" height="10" />市场价:<span class="market-price">{$goods.market_price}</span><br />
<!-- {if $goods.promote_price neq ""} -->
<img src="../images/newegg/arr2.gif" width="10" height="10" />促销价:<span class="goods-price">{$goods.promote_price}</span>
<!-- {else}-->
<img src="../images/newegg/arr2.gif" width="10" height="10" />现售价:<span class="goods-price">{$goods.shop_price}</span>
<!--{/if}-->
</li>
<li class="list_other"style="padding-top:5px; padding-bottom:0px; text-align:left;"><img src="../images/newegg/arr2.gif" width="10" height="10" /><A href="../search.php?intro=promotion" style="">更多</A></li>
<liclass="list_other" style="padding-top:0px; text-align:left;"><img src="../images/newegg/arr2.gif" width="10" height="10" /><A href="{$goods.url}#comment" style="" target="_blank">相关评论</A></li>
</ul>
<!--{/foreach}-->
<div class="clear"></div>
</div>
</div>
<!-- {/if} -->
————————————————————————————————

请问:另外还要在 index.dwt 文件具体加什么代码??盼能有回复!!


回答:
是不是什么代码加错了呢?