[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 li 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 li items

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

2008-12-02 Thread serpicolugnut
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- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of serpicolugnut Sent: Monday, December 01, 2008 4:52 PM

[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

[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 here: http://dl.getdropbox.com/u/21984

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

2008-12-01 Thread serpicolugnut
false; }); So it's a class based selector (less code), and it only binds the parent element (rather than the parent and child). Cheers, JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of serpicolugnut Sent: Tuesday, November 25, 2008

[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

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

2008-11-25 Thread serpicolugnut
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 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

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

2008-11-25 Thread serpicolugnut
the CSS to get whatever look you're going for. On Nov 25, 10:07 am, serpicolugnut [EMAIL PROTECTED] wrote: 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