PDA

Click to See Complete Forum and Search --> : Similar to lightbox, but with html?


jlknauff
10-24-2007, 05:12 PM
I want a CSS/Java Script way to display a sort of pop up page that acts the same as lightbox, but I need to be able to include HTML so that we can include a link to client's web sites rather than just a picture.

I'm pretty sure I've seen something similar. Does anyone know how?

hewligan
10-24-2007, 08:10 PM
Well, I just wrote something that did that recently for work. It's pretty simple to do using scriptaculous and prototype (http://script.aculo.us/).

You just need to create a translucent div covering the existing page content to make it look faded, and then create a new div on top of that, centered in the viewport. Then, you load your content into the new div. A few fade in/out effects for sciptaculous and you're done.

benjo
10-31-2007, 01:43 PM
Thickbox:

http://jquery.com/demo/thickbox/

jlknauff
10-31-2007, 01:47 PM
Well, I just wrote something that did that recently for work. It's pretty simple to do using scriptaculous and prototype (http://script.aculo.us/).

You just need to create a translucent div covering the existing page content to make it look faded, and then create a new div on top of that, centered in the viewport. Then, you load your content into the new div. A few fade in/out effects for sciptaculous and you're done.
Do you have a link to your example?

hewligan
10-31-2007, 06:23 PM
Nope, sorry. The part of the website that uses it is not accessible to the general public.