views:

49

answers:

2

Hey Guys

I was wondering how to implement a modal dialog with background overlay with jQuery without using the jqueryUI plugin?

+1  A: 

There's a bunch of jQuery plugins that will handle modal windows for you. Personally, I've used SimpleModal with great success.

You could always bake your own relatively easily, but popular plugins will often obfuscate the issues with cross-browser positioning, and offer you additional flexibility.

Andrew
A: 

Check this related post by me on SO, Thickbox alternatives. Most people liked colorbox, but I personally liked Nyromodal. Check it out.

Teja Kantamneni