
Originally Posted by
Troll
Jepp!

Why didn't I think of that...
But I'd like it both ways!
How could I achieve that?
Also, a different question:
How can I add caption to my images?
Like in
this shop?
change your css file to look like this:
Code:
#lbPrevLink {
left: 0;
background: transparent url(../images/zen_lightbox/prevlabel.gif) no-repeat 0 15%;
}
#lbPrevLink:hover {
}
#lbNextLink {
right: 0;
background: transparent url(../images/zen_lightbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbNextLink:hover {
}
no caption support built in right now