Page 1 of 1

Making the Prev and Next icons always visible in Slimbox.

Posted: Tue May 13, 2008 12:37 pm
by norman
If you're using the Slimbox variant, the following will make the Prev and Next icons always show.

Edit slimbox.css (in your Site folder).

Look for the line (about line 42):

Code: Select all

#lbPrevLink:hover {
Change it to:

Code: Select all

#lbPrevLink:link, #lbPrevLink:visited, #lbPrevLink:hover {
Look for the line (about line 50):

Code: Select all

#lbNextLink:hover {
Change it to:

Code: Select all

#lbNextLink:link, #lbNextLink:visited, #lbNextLink:hover {