Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jquery Tabs help

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26706

    Is there a way to take any one of these examples and have the tab animate up from the footer?
    I’m so stuck.

    http://www.dreamcss.com/2009/04/10-beau … query.html

    #66468
    cybershot
    Participant

    yes, instead of putting it in the header, put it in the footer. Then change the direction of the animation from down to up, then from up to down to close it. Look for the animation code. It looks like this

    $("div#panel").slideDown("slow");

    if you changed the .slideDown to slideUp, then the menu would move up from the footer instead of down. You could also change the slow to fast for a different effect.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.