I am sorry Oskar making you more irritating with my post but as you said >Also, be sure to use *nuTabs* from the Github repository, not the Shell >provided in the example (it's outdated).
>http://github.com/oskarkrawczyk/nuTabs/ ><http://github.com/oskarkrawczyk/nuTabs/> If the script was outdated then how it could be working for me?? : ( and i was wondering how it was working in the mooshell also?? i have downloaded mootools-1.2.4.4-more I am not getting any error but its not working my.. I guess its really impossible my code- <script type="text/javascript" src="js/mootools-1.2.3-core.js"></ script> <script type="text/javascript" src="js/mootools-1.2.4.4-more.js"></ script> <script type="text/javascript" src="js/nuTabs.js"></script> <script type="text/script"> window.addEvent('domready', function(e) { $$('#tabs-nav a, #tabs-body li').tabify({ transition: 'bounce:out' }); }); </script> </head> <body> <ul id="tabs-nav"> <li class="selected"><a href="#">Tab 1</a></li> <li><a href="#">Tab 2</a></li> <li><a href="#">Tab 3</a></li> </ul> <ul id="tabs-body"> <li class="active">Content 1</li> <li>Content 2</li> <li>Content 3</li> </ul> On Mar 29, 3:32 pm, Oskar Krawczyk <[email protected]> wrote: > Deepali, you're very difficult person, you know that? :-) > > Again: > > 1. Check out the example:http://jsfiddle.net/oskar/VELCe/ > <http://jsfiddle.net/oskar/VELCe/>2. Download Mootools -core and -more > 3. Download nuTabs from github:http://github.com/oskarkrawczyk/nuTabs/ > <http://github.com/oskarkrawczyk/nuTabs/>4. Include all on your page > 5. Add html & js: again look, at the example above > > What is unclear to you? > > ___ > > Oskar Krawczykhttp://nouincolor.com > > On Mon, Mar 29, 2010 at 11:25 AM, Deepali <[email protected]> wrote: > > Thanks to both of you for the reply. > > > @Ghazel- I have downloaded the moo 1.2.4.4 version but still its not > > working. could you please tell me which files you are adding to get > > the exact result? > > > (like which core and more version) > > > @chris - i don't use firebug but do check what error i am getting > > using error console. > > >"You forgot to check the mootools "more" checbox. " > > What i am missing, i am not getting actually. could you please be more > > specific > > > On Mar 29, 2:53 pm, cbolson <[email protected]> wrote: > > > You forgot to check the mootools "more" checbox. Do that and you will > > > see that it works correctly. > > > Also, do you use firebug? If you did you would see the problem strait > > > away ;) > > > > Chris > > > > On 29 mar, 10:22, Deepali <[email protected]> wrote: > > > > > Hello tim, > > > > > Here is the code-http://www.mootools.net/shell/vrbQt/ > > > > > On Mar 29, 12:58 pm, Tim Wienk <[email protected]> wrote: > > > > > >http://www.mootools.net/shell > > > 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. 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.
