I'm really hoping someone can help me with this as I'm going crazy, it's my first post as well.
I've read all the other posts regarding the lightbox next and previous buttons not showing up and I've done everything suggested, still not working.
Here is my site: http://www.iantilton.net/theatre/gallery.html
The buttons don't even show up?? All of my thumbnails and larger images are in the same folder.
Here's the part of my code from the Lightbox.css file, also uploaded the whole thing.
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }
I even tried an absolute url to the images and that doesn't work. Can anyone help, I'll bet it's something really obvious.
Cheers
Bob





Bookmarks