what exactly is it your after? my post: http://www.huddletogether.com/forum/comments.php?DiscussionID=1008&page=1 is an example of the prev and next buttons in the imageDataContainer...is this not what tyou are after?
I read over your discussion but I am looking to get the prev and next as simple text, not as images. Any ideas? If anyone could give me the address of a site that does this so I could check it out it would be a great help.
The hidden effect of the Prev/Next buttons are useless if the user doesnt know to roll over the image. All the other discussions about this only mention moving the prev/next images. There has to be a simple way to just add Prev/Next text links that are always visible, next to the caption.
Thickbox has this feature, but doesnt have the cool animating effects like lightbox http://jquery.com/demo/thickbox/
Does anyone know how to set it up like this: +--------------------------------------------------------------------+ | < 4 of 20 > This is the caption, this is the caption X | +--------------------------------------------------------------------+
the "<" and ">" are text links and goto the next and previous images, and the X is the close button. I've managed to get all components working correctly, but I can't position them on a single line like above.
I downloaded your zip file w33b and got the prev next links in as text but couldnt find a way to position them below the image where the rest of my caption is. So I just went for your solution brian of keeping the next and prev images constant over the image. Thanks for the help!
add this after the above search: document.getElementById('nextLink2').onclick=function(){ myLightbox.changeImage(activeImage + 1);return false; }
5) This duplicates what is on leisure-boats, but the hand cursor doesn't show up when you hover your mouse over the 'next' and 'prev' links. To fix this, modify your css for 'a' and add: