This is a MooTools implementation of the Lightbox JS script.
Here are some key features of "Multibox":
Main Features:
· Supports a range of multimedia formats
· Auto detects formats or you can specify the format, useful if your passing a querystring!
· HTML descriptions
Options:
· useOverlay - use a semi-transparent background. default: false;
· container - the containing element for the overlay if used. default: document.body
· contentColor - the color of the background in the window. default: '#FFF'
· showNumbers - shows 1 of 8. default: true
· showControls - shows the control panel. default: true
· descClassName - the class name of the description divs.
· offset - object containing x,y offsets for the opened multibox. default: {x:0, y:0}
· fixedTop - the value from the top that the box should open to.
· openFromLink - should the box open from the link or from the center of the window. default: true
· onOpen - a function to call when the box opens.
· onClose - a function to call when the box closes.
Requirements:
· MooTools v1.11 or higher