views:

28

answers:

1

Hi,

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 it permanently.

I am using Lightbox v2.04

Thanks deve

A: 
#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;
}
fantactuka
Hi fantactuka,thanks for your help, using this i am able to change the position of the previous next button from top to bottom of the slideshow. but could you help to make it appear all the time, that is now it is showing only when we mouseoverthanks againdeve
deve
you should remove styles from `#nextLink:hover` and `#prevLink:hover`
fantactuka
Hey,Thanks again for your so much help to me.Cheersdeve
deve