Slimbox (Extended Version)
CSS, Effect, Javascript September 23rd, 2007

Slimbox is Lightbox clone by Christophe Beyls. This extended version has additional features as follows.
- Support to show external content by iframe. You can assign url not only for image but also for general html document.
- Support to set content size. You can add width/height parameter in rev attribute of the anchor url.
e.g.) rev=”width=500, height=300″ (For image content, you can also use percent value.) - Some rendering problem with IE6 is fixed. Now you can use Slimbox in valid XHTML document with XML prolog.
- Of course, license is same as original.(MIT-style)