You can find below an implementation of Lightbox. I find this tool awesome. You should try it if you need to put a gallery with images on a web page.
Lightbox is a Javascript image viewer that is very simple to implement, a very light script used to overlay images on the current page. It works on all modern browsers. It uses Mootools javascript framework.
Browser Compatibility
FireFox, Internet Explorer 6, Internet Explorer 7, Opera, Safari.
See an example page at rayadeleva.com/@mix/lightbox/
Download example page: lightbox.rar
Comments
Thanks Pete! This is my fault. I actually shouldn't use absolute path URLs. I fixed it, now they are relative.
When I try to run your lightbox image viewer everything seems to work until it tries to load the image in the lightbox viewer. I changed the href for the images to my site url. When I change them back to yours it works fine. Thanks for any help.
Add your comment here.
What is this blog about? - A blog about sharing wisdoms mostly connected with web development.
I truly hope that you will find something useful here. Cheers, Raya.
I like the fact that buttons are without labels as I needed such lightbox for Non-English website. Thank you.