灯箱,彩盒和fancybox造型

时间:2013-08-05 17:57:15

标签: image fancybox lightbox colorbox

我即将使用任何灯箱,彩盒或花式箱。但是,当我阅读所有这些文档时,看起来图像显示为叠加层。我喜欢做的是在缩略图上方的设置div中显示图像。所以,为了解释更多,这里是我喜欢的html示例

<div class="selected-image">
    <!-- This div will be large in dimentions, and will display the selected thumbnail image -->
</div>

<div class="thumbnails">
    <!-- This div will have a list of all the thumbnails available -->
</div>

点击.thumbnails内的任何图片都会导致更改.selected-image

中的图片

有可能这样做吗?如果现在,有什么替代方案?

感谢。

0 个答案:

没有答案