Hi folks , we're programming an Online version of our Yearbook for our Highschool and are using a Lightbox adaptation for Mootools called "Slimbox". We have some people doing the PHP and MySql part and others specialised in the more design related issues. Our problem, as you might see, is that none of us has any experience with JavaScript . So much for my introduction . The problem we have, is that we want to put some sort of "Help" button to the Lightbox, displaying an image with all the instructions. An example of a photo gallery can be seen here (obviously it can't because i'm not allowed to post any link ). Please note that the text content of the page is in Luxembourgish. new Element('a').setProperties({id: 'lbCloseLink', href: '#'}).injectInside(this.bottom).onclick = this.overlay.onclick = this.close.bind(this); Code (markup): This is the copy of the "Close"-link, as I see it the best would be to have some sort of onclick event on a similar button, displaying the image with the instructions instead of the current photo. I do hope that someone here can help me, so please feel free to... Best Wishes, Lex
have you considered duplicating the close object, changing the onclick even to myLightbox.start(this) and the href to an image with instructions, or whatever the appropriate code is for Slimbox? I have no experience with JS either, got a LB issue myself, but that's my guess. It might be a lot easier to simply put the instructions into every title property - that way they'd always display, but you probably have the room for that. Good luck.