moo24 / MultiBox

mootools lightbox plugin that supports a wide variety of media

Home Page:http://www.phatfusion.net/plugins/multiBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MutliBox

A lightbox that supports a wide range of media, including html pages. It can also be created and called dynamically, eg. from within a flash movie.

How to use

create your links with a title if you want a title to be shown, and add a class:

<a href="/myBigImage.jpg" class="mb" title="example title a"><img src="/mySmallImage.jpg" border="0"></a>

initialise the script like this:

window.addEvent('domready', function(){ 
    var overlay = new overlay(); 
    var box = new multiBox('mb', { 
        overlay: overlay
    }); 
});

About

mootools lightbox plugin that supports a wide variety of media

http://www.phatfusion.net/plugins/multiBox


Languages

Language:JavaScript 92.4%Language:CSS 7.6%