我正在使用灯箱幻灯片,它工作正常,还有Next-Prev按钮。但是我希望它显示在图像的底部,而且目前它只会在鼠标悬停在图像上时显示,是否有任何方法可以永久显示它。
我使用的是Lightbox v2.04。
答案 0 :(得分:0)
#nextLink {
background: url(http://www.huddletogether.com/projects/lightbox2/images/nextlabel.gif) no-repeat 100% 85% !important;
}
#prevLink {
background: url(http://www.huddletogether.com/projects/lightbox2/images/prevlabel.gif) no-repeat 0% 85% !important;
}
答案 1 :(得分:-1)
将此用作调用灯箱:.lightBox({ fixedNavigation: true });