Re: [jQuery] problem with mootools like top navigation

2007-02-13 Thread dolorian
Now with the new version of the Interface plugin, there is a function 'animation stop'. Can you resolve the 'stack up issue' with it, as I could not. -- View this message in context: http://www.nabble.com/problem-with-mootools-like-top-navigation-tf3159556.html#a8945191 Sent from the JQuery

Re: [jQuery] problem with mootools like top navigation

2007-02-09 Thread fullgarbage
Hello Stefan, This menu is great and I will actually use it in my new web project. It needs a little improvement however, but I am not capable of doing it. Try to move with the mouse fast left-right over the menu items and then stop. The menu goes mad as it remembers every 'action' to do in the

Re: [jQuery] problem with mootools like top navigation

2007-02-09 Thread Stefan Petre
Yes, that can be fixed with new animation() function included in Interface 1.2 . I will prepare a demo for you fullgarbage wrote: Hello Stefan, This menu is great and I will actually use it in my new web project. It needs a little improvement however, but I am not capable of doing it. Try

Re: [jQuery] problem with mootools like top navigation

2007-02-03 Thread abba bryant
I had considered that and since this was just something I threw together so the poster would have a starting point less broken than the other example posted. Thanks for the work on it though, the code is much cleaner and the jumping is fixed. Now I might need to use it somehow. Abba John Resig

Re: [jQuery] problem with mootools like top navigation

2007-02-03 Thread abba bryant
Sharanbrar, Using the code john rewrote from deeper in this thread and the mootools art and css I have a zip file that works about as closely to the mootools menu as I could get. The animations stack up - unlike the mootools menu - but the rest is working now. One note, the positions have to be

Re: [jQuery] problem with mootools like top navigation

2007-02-03 Thread abba bryant
Here is a second page using the limitqueue plugin. This works even more as expected compared to the mootools menu. http://www.nabble.com/file/6230/moo_menu_limited.zip moo_menu_limited.zip -- View this message in context:

Re: [jQuery] problem with mootools like top navigation

2007-02-03 Thread sharanbrar
Thanks Everybody for all your help. I was just playing around with the interface library when i encountered this problem but the replies show how passionate and helpful the jquery community is. I'm thinking of using the menu in a site and i will post it here. Thanks Again for all your help and

[jQuery] problem with mootools like top navigation

2007-02-02 Thread Sharandeep Brar
Hello Everybody, It's my first post here. I've been using jquery for some time now but new to interface and don't have much deep knowledge of javascript. So just playing with interface, what i was trying to do is to make a menu like http://mootools.net. I'm talking about the top menu

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Stefan Petre
Try like this http://interface.eyecon.ro//demos/menu.html 2007/2/2, Sharandeep Brar [EMAIL PROTECTED]: Hello Everybody, It's my first post here. I've been using jquery for some time now but new to interface and don't have much deep knowledge of javascript. So just playing with interface,

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Alex Cook
Nice demo Stefan... Interface certainly is an impressive package... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Friday, February 02, 2007 5:10 AM To: jQuery Discussion. Subject: Re: [jQuery] problem with mootools like top

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Stefan Petre
, February 02, 2007 5:10 AM To: jQuery Discussion. Subject: Re: [jQuery] problem with mootools like top navigation Try like this http://interface.eyecon.ro//demos/menu.html 2007/2/2, Sharandeep Brar [EMAIL PROTECTED]: Hello Everybody, It's my first post here. I've been using jquery

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Alex Cook
Of Stefan Petre Sent: Friday, February 02, 2007 5:10 AM To: jQuery Discussion. Subject: Re: [jQuery] problem with mootools like top navigation Try like this http://interface.eyecon.ro//demos/menu.html http://interface.eyecon.ro/demos/menu.html 2007/2/2, Sharandeep Brar [EMAIL PROTECTED] mailto

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Angelo Sozzi
Yes, nice demo, but it brings up an older problem Move your mouse (semi) fast from item 1 to the right to item 4 (pointer right between item and 4 stay there... won't stop wobbling around (worse if you move over the entire bar from right to left and back again Is there a way to stop

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread Jörn Zaefferer
Angelo Sozzi schrieb: Yes, nice demo, but it brings up an older problem Move your mouse (semi) fast from item 1 to the right to item 4 (pointer right between item and 4 stay there... won't stop wobbling around (worse if you move over the entire bar from right to left and back

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread abba bryant
I think something like this might be a start. I know the code is probably far from consistent or optimized. I just threw it together to see what the problem might be. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html

Re: [jQuery] problem with mootools like top navigation

2007-02-02 Thread John Resig
Abba - I took your code and adapted it to no longer use floats (Much of the 'violent' shaking was caused by using floats) This technique involves some more math, but it looks good in the end: http://john.jquery.com/jquery/test/moo-menu.html --John On 2/2/07, abba bryant [EMAIL PROTECTED] wrote: