by Adam Nowak on WordPress.org
A simple lightbox plugin designed to enable you to display html content within a popup window using just about any html element as a trigger.

A Swf overlay in action
This plugin is an alternative to the jQuery based lightbox systems. It was created using pure Javascript and has no dependencies on any other libraries. I created this simple lightbox after weeks of dealing with jQuery conflicts within Buddypress and WordPress. Many of the existing jQuery type lightboxes do not stop audio playback for flash/.swf playback when closing the lightbox. This plugin completely removes the overlay content from the dom to make absolutely sure your .swf file playback is stopped in all browsers.
How to implement the Ez Overlay lightbox:
Tips:
ezFade Function:
onclick="ezFade('my-overlay4',800,true,100,100);"
The ezFade() function accepts five arguments, the first being the target lightbox to be triggered, the second is the fade time. The third argument is to activate "fixed mode", and finally the x/y coordinates if you want you overlay to be fixed in a certain position.