Please stop sending your e-mails twice.

You're gonna want to use mootools-core-1.2.4 with -more-1.2.4.4, not
-core-1.2.3.

What you need:
mootools-core-1.2.4 ( http://www.mootools.net/download )
mootoos-more-1.2.4.4 ( http://www.mootools.net/more )
http://github.com/oskarkrawczyk/nuTabs/raw/master/Source/nuTabs.js

Try the HTML and CSS from http://jsfiddle.net/oskar/VELCe/ and add the
bottom of your <head> seciont add:

<script type="text/javascript">//<![CDATA[
    window.addEvent('domready', function() {
        $$('#tabs-nav a, #tabs-body li').tabify({
            transition: 'bounce:out'
        });
    });
//]]></script>

It works exactly like that on jsFiddle and MooShell, so copying and
pasting that, it will work for you as well. Then you can work further
based on that.

-- Tim.

To unsubscribe from this group, send email to 
mootools-users+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to