A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How is this navigation done?

  1. #1
    Senior Member
    Join Date
    May 2001
    Location
    USA
    Posts
    595

    How is this navigation done?

    How is this navigation done on Yahoo.com ? The tabs on the right side. Hover over the Horiscopes tab and the section drops down. I tried to look at the javascript but there is so much code I can't make sense of it. http://www.yahoo.com/

  2. #2
    .: Weirded Out :. The_Xell's Avatar
    Join Date
    Nov 2002
    Location
    Under the table and dreaming...
    Posts
    802
    Something like this:

    http://meyerweb.com/eric/css/edge/popups/demo.html

    or this:

    http://garyblue.port5.com/webdev/show-hide.html

    To be honest, the whole opening div is an effect that will require JS - MooFX does it pretty well.

  3. #3
    Senior Member
    Join Date
    Jan 2005
    Posts
    1,582
    Ther'es a lot going on there. 1st off, there's show/hide script onmouseover of each tab, but there's also a motion script moving the divs. Very complex

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center