PDA

View Full Version : can someone tell me how this is done?


ImperialSpider
06-30-2008, 06:01 AM
I am wondering what code is used to create the effect on this page...

http://rbytes.net/software/biblepromise-review/

When you click on the zoom link (about half way down the page) the page grays out and a white box opens up with an image (picture).

Is this JavaScript? do this?
If so, what is the code?

I think this would eliminate the need for any popup windows on some of my other sites.

Please help.

Thanks,

Imperial Spider

bdl
06-30-2008, 06:25 AM
1) View the page source for that document.
2) Take note of the javascript files linked in, e.g. scriptaculous and lightbox.
3) Search Google for scriptaculous lightbox.

ImperialSpider
06-30-2008, 06:34 AM
1) View the page source for that document.
2) Take note of the javascript files linked in, e.g. scriptaculous and lightbox.
3) Search Google for scriptaculous lightbox.



Thank you. I was unaware of the keywords "scriptaculous" and "lightbox" phrases.

Option 3 was most helpful.

I had already viewed the pagesource, but was not aware of what "keywords" to look for so felt I needed help.

Thanks again