- <script type="text/javascript">
- var box = {};
- window.addEvent('domready',
- function(){var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:210, border:2, onOpen:
- function(){box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});
- }});</script></script>
i want to combinate the following scripts:
http://www.phatfusion.net/imagemenu/
http://www.phatfusion.net/multibox/
So when I click in the "imagemenu" on a picture, the "multiblox" displays with a (other) picture.
But how. It won't work over here. It's the first time that I use MooTools.
Greetz and maybee thanks!
Henk NL
edit:


