views:

111

answers:

3

I need a lightbox plugin that is styled similar to FancyBox but will allow me to add text to the same white background as the image. Lightweight because I don't want many features as it's going to be added to an already heavy JS page. Preferably without Ajax features as I'll be handling this myself.

Therefore I'm ruling out the use of Thickbox, Fancybox and jQuery UI.

Basically I want the plugin to be a currently supported light-box jQuery plug-in that handles all the cross browser styling issues which I can then customise.

+1  A: 

This should help :)

Sarfraz
Thanks Sarfraz. That plugin matrix (http://planetozh.com/projects/lightbox-clones/) is great!
Mat Harden
@Mat Harden: You are welcome............
Sarfraz
A: 

i think you should do one your self, the basics are pretty easy. i have made a fast example for you:

http://jsfiddle.net/hRcWN/1/

meo
Thanks meo. I was thinking the same, but wanted to check before I got involved in writing one.
Mat Harden
A: 

I really like the look of this newly released overlay. Looks nice and lightweight too.

http://flowplayer.org/tools/overlay/index.html

James Westgate