Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
Lines, PAC) Sent: Wednesday, August 09, 2006 5:12 PM To: jQuery Discussion. Subject: Re: [jQuery] Horiz. Menu with the DOM Damn! Killer Myles, just like I am attempting to make. Thanks for the demo. I will see where I was mis-firing. http://be.twixt.us/jquery/suckerFish.php -Original Message

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
09, 2006 5:08 PM To: jQuery Discussion. Subject: Re: [jQuery] Horiz. Menu with the DOM Ok thanks! I was just starting to notice if I put absolute positioning on the sub-menus then they can be whatever width.. I will take a look. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
. Subject: Re: [jQuery] Horiz. Menu with the DOM > Just found the only disadvantage to that is that now the sub-menu width > *must* be the same width as the parent-menu. Otherwise the sub-div makes > the parent-div grow too. Don't like that effect/bug on horiz. menus. This is dea

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Fil
> Just found the only disadvantage to that is that now the sub-menu width > *must* be the same width as the parent-menu. Otherwise the sub-div makes > the parent-div grow too. Don't like that effect/bug on horiz. menus. This is dealt with in the famous suckerfish menu. see jquery.blog it has just

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
EMAIL PROTECTED]On Behalf Of Jonathan HowardSent: Wednesday, August 09, 2006 3:24 PMTo: jQuery Discussion.Subject: Re: [jQuery] Horiz. Menu with the DOMJust put the submenu tags within the parent menu tag.  That way, being over the sub menu means you ARE over the parent menu (because it

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
Great idea! Thank you. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jonathan HowardSent: Wednesday, August 09, 2006 3:24 PMTo: jQuery Discussion.Subject: Re: [jQuery] Horiz. Menu with the DOMJust put the submenu tags within the parent

Re: [jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Jonathan Howard
Just put the submenu tags within the parent menu tag.  That way, being over the sub menu means you ARE over the parent menu (because it will expand to contain the sub menu). On 8/9/06, Acuff, Daniel (Comm Lines, PAC) <[EMAIL PROTECTED]> wrote: Anyone know how to test if the mouse is over an ID a

[jQuery] Horiz. Menu with the DOM

2006-08-09 Thread Acuff, Daniel (Comm Lines, PAC)
Title: Horiz. Menu with the DOM Anyone know how to test if the mouse is over an ID area? In this function I have the sub-menu close if I leave the parent-menu tab. That of course closes the sub menu if I move down on to it. How do I test if I move into that area it is "ok" leave the sub menu

Re: [jQuery] Horiz. Menu

2006-08-08 Thread Acuff, Daniel (Comm Lines, PAC)
Of Acuff, Daniel (Comm Lines, PAC)Sent: Tuesday, August 08, 2006 12:33 PMTo: discuss@jquery.comSubject: [jQuery] Horiz. Menu I have a horizontal row of divs. So far.. the divs change color onmouseover. How would I get a layer to show up when I rollover say id='home' ??

[jQuery] Horiz. Menu

2006-08-08 Thread Acuff, Daniel (Comm Lines, PAC)
Title: Horiz. Menu I have a horizontal row of divs. So far.. the divs change color onmouseover. How would I get a layer to show up when I rollover say id='home' ?? Sample JQuery:
 $(document).ready(function(){
   

10 matches