views:

48

answers:

2

Just a regular box, not too big not too small.

+1  A: 

jQuery Thickbox has a lot of flexibility. It can show inline content, iframe content, simple images, AJAX and more. It would be easy to implement your own options form within an instance of it.

Jonathan Sampson
+2  A: 

For what you're asking you don't need any additional library, as $('.divclass').slideDown() is a good starting point.

Mendy