[jQuery] Need help with a Jquery toggle bug in my menu's

2009-01-09 Thread serpicolugnut
I've got a full width drop down menu setup, using jquery's toggle to show/hide the hidden divs when the user clicks on the one of the elements or any of it's children. The problem I'm having (and it's kind of hard to reproduce), is that if the user has their mouse over one of the items while t

[jQuery] Re: Problem with Jquery tabs

2008-12-02 Thread serpicolugnut
Plus, it doesn't work in either IE6/IE7. :,( serpicolugnut wrote: > > I'm having an issue getting Jquery tabs to run correctly. I'm using the > technique described at > http://media.jqueryfordesigners.com/jquery-tabs-part2.mov . I've setup a > test case he

[jQuery] Problem with Jquery tabs

2008-12-02 Thread serpicolugnut
I'm having an issue getting Jquery tabs to run correctly. I'm using the technique described at http://media.jqueryfordesigners.com/jquery-tabs-part2.mov . I've setup a test case here: http://dl.getdropbox.com/u/21984/menu_test_case/tab_test_case.html The tabs work as expected when they are clic

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-12-02 Thread serpicolugnut
ween the LI and its child DIV. > So when you move the mouse there, it is no longer inside the > LI or its children, and it fires the mouseleave event. > > You could set the height of the LI to expand to the size of the menu DIV. > > JK > > -----Original Message- >

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-12-01 Thread serpicolugnut
rent and child). > > Cheers, > JK > > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of serpicolugnut > Sent: Tuesday, November 25, 2008 11:04 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Using jquery

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-12-01 Thread serpicolugnut
>> layout. >> >> The issue I'm running in to is that using mouseover/mouseout activates >> the menu, but when you move your mouse away from the main menu item, >> the div disappears. I've tried attaching mouseover/mouseout actions to >> the enclosing ul and

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-11-25 Thread serpicolugnut
eover/mouseout actions to >> the enclosing ul and divs, but those don't seem to register. >> >> On Nov 25, 10:23 am, RyOnLife <[EMAIL PROTECTED]> wrote: >> >>> Have you looked at the Son of Suckerfish >>> method?http://htmldog.com/articles/suckerfi

[jQuery] Re: Using jquery to construct menus like nbc.com

2008-11-25 Thread serpicolugnut
Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of serpicolugnut > Sent: Tuesday, November 25, 2008 7:08 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Using jquery to construct menus like nbc.com > > > > I'm tryi

[jQuery] Using jquery to construct menus like nbc.com

2008-11-25 Thread serpicolugnut
I'm trying to utilize jquery to construct a menu structure that is similar to what you see at fox.com and nbc.com. Basically I have a menu that is a ul list, with each li selector given it's own id. Below I have a div container for each menu item, which are set to be hidden by jquery upon loa