开发者

lightbox prev next position change

开发者 https://www.devze.com 2023-01-12 18:09 出处:网络
I am using lightbox slideshow and it is working fine, there is Next-Prev button also in that. But I want it to show at the bottom of the image and also currently it will show only when I mouseover the

I am using lightbox slideshow and it is working fine, there is Next-Prev button also in that. But I want it to show at the bottom of the image and also currently it will show only when I mouseover the image, is there any way to show i开发者_开发知识库t permanently.

I am using Lightbox v2.04.


#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;
}


Use this as calling for the lightbox: .lightBox({ fixedNavigation: true });

0

精彩评论

暂无评论...
验证码 换一张
取 消