views:

2106

answers:

6

Hi,

We have number of plugins to display images in a nice manner. For eg: mooflow(http://www.outcut.de/MooFlow/example-milkbox-bridge.html) with which we can display images in mac itunes manner. But i am wondering whether we have any plugins with which we can display html DIV elements like that. I don't have any image to display, but i just want to display series of divs where each div has some brief text content.

I will be really happy to know that there is a way to configure jquery's gallery, lightbox & mootools' mooflow to make them display divs as well apart from regular images.

Thanks, ~Shafi

+3  A: 

jQuery Thickbox let's you do HTML contents (see 'Inline Content' example).

John Sheehan
A: 

There are several modified versions of Lightbox that do this. An example is Thickbox. See the the inline content example.

Jesse Millikan
A: 

thickbox opens up the content in a new popup. But i need some thing more than that, I want a slideshow kind of thing for inline-content.

http://www.outcut.de/MooFlow/example-milkbox-bridge.html, can this be done for 'divs'?

A: 

Coda-Slider

John Sheehan
A: 

Very nice.

A: 

Hi Can anybody help on how to integrate thickbox for MooFlow slide show.

My requirement is: need a modal window with html content (details of the photo) when i click on a photo.

Thanks in advance.

--Nehatha

Nehatha
You should ask this in a new question, rather than piggybacking on an existing one.
S Pangborn