Thanks for the help, Rics... Rick
> -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rics > Sent: Wednesday, December 26, 2007 7:12 AM > To: jQuery (English) > Subject: [jQuery] Re: Need input on best approach to this type of menu feature > > > I think that with some show() or slide() functions you can make > something like that. > > Make divs or the expandable area and hide them all. Then you can > show() and/or slide() them in mouseover, or something like that. > > This is a beginning... > > rics > > > > > On Dec 26, 12:20 am, "Rick Faircloth" <[EMAIL PROTECTED]> > wrote: > > Hi, all. > > > > I'd like to request some suggestions as to what core jQuery > > functions and plug-in(s) might best be used to create a > > menu feature such as the one used on this site: > > > > www.AtlantaFalcons.com > > > > You'll see an expanded area appear beneath the menu when you > > mouseover the main menu items at the top of the page;. > > > > I thought about using the Yahoo enhanced search approach > > which involves sliding the page content down to make room > > for the new search area, but I think I would rather use > > the approach on the Falcon's site, and overlay the menu. > > > > The Yahoo approach would be simpler, just using a slide-and-hide > > approach, but the Falcon's approach would be a little > > more complex. > > > > Involving, perhaps, absolutely positioned div's and z-index > > for positioning the additional menu area? > > > > Thoughts and suggestions? > > > > Thanks for any input. > > > > Rick