0

我们有开发人员在我们的网站上工作,他们让我四处奔波。我们使用 fancybox 产品图片,并在 HTML 内容区域有以下内容。如果我单击其中一个链接并查看图像。Javascript 将无法在内容领域工作,开发人员表示这将是一大笔钱来解决这个问题。

有任何想法吗?

<div class="promo-top">
<ul>
<li><a title="See Details" href="{{store url=''}}"><strong>Free Shipping</strong> ~ On&nbsp;Orders Over $150</a></li>
<li><a title="See Details" href="{{store url=''}}"><strong>Promo 2</strong> ~ TBA</a></li>
<li><a title="See Details" href="{{store url=''}}"><strong>Promo 3</strong> ~&nbsp;TBA</a></li>
</ul>
</div>
4

1 回答 1

0

Instead of click you can use CSS pseudoclass :hover to display image near link, when hover link. Or you can use target="_blank" for link to open images in new window.

于 2013-10-29T07:20:44.580 回答