制作背景图片进行链接

时间:2010-06-23 20:48:31

标签: javascript jquery html css gallery

我正在使用此jquery iviewer

我想将这些图像与另一个链接联系起来。

我可以使用图像映射这个或任何其他方式使图像thumble链接。这些都是完整的图像。

1 个答案:

答案 0 :(得分:2)

您可以在脚本标记之间添加:

var objects = [{x: 0, y: 800, r: 800, isInObject: isInCircle, title: 'whole image', getCenter: getRectCenter }]

注意:设置y和r以覆盖您的图片。

当您为iviewer设置默认值时

onClick: function(coords) {
var object = whereIam(coords.x, coords.y);                       
if (object) 
window.location="cart.html";
}

whereIam 是iviewer提供的默认功能。