Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8986547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:34:36+00:00 2026-06-15T21:34:36+00:00

I want to create a menu like this site http://www.easywaytea.com.au/ not drop down part

  • 0

I want to create a menu like this site
http://www.easywaytea.com.au/
not drop down part only the progress animation

this is what i am trying

$(document).ready(function(){
// box 1
$('#level2').mouseover(function(){
    $('#menu_progress').animate({width:"37%"});
});
$('#level2').mouseout(function(){
    $('#menu_progress').animate({width:"8%"});
});

});

<div class="menu_container">
    <nav class="menu">
        <ul>
            <li id="level1"><a href="index.html" class="current">Home</a></li>
            <li id="level2"><a href="current-promotions.html">Current Promotions</a></li>
            <li id="level3"><a href="our-drinks.html">Our Drinks</a></li>
            <li id="level4"><a href="faq.html">FAQ’s</a></li>
            <li id="level5"><a href="location.html">Location</a></li>
            <li id="level6"><a href="contact-us.html">Contact Us</a></li>
        </ul>
    </nav>
  <div id="menu_progress"></div>
  </div>

but problem is that when moving to the next menu item animation is repeating every time i hover a menu item
any suggestion will be helpful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:34:37+00:00Added an answer on June 15, 2026 at 9:34 pm

    Try this DEMO

    Its Include simple Jquery as:

    $(function(){
      $(".navLinks").on("hover","a",function(){
        width =$(this).position().left +parseInt($(this).width());
        $(".thermo").animate({width: width}, {queue: false});
      });
    
    });
    

    ======= Edit 1 ============

    To role the progress bar back to normal position on mouseout
    Just Add a mouse Out event

    $(".navLinks").mouseout(function(){
      width =$(".navLinks .activeLink").position().left +parseInt($(".navLinks .activeLink").width());
      $(".thermo").animate({width: width}, {queue: false});
      });
    

    See the DEMO2

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm going to create an special floating menu like this site: http://www.just-eat.co.uk/restaurants-toscana/menu as you
http://viralpatel.net/blogs/create-accordion-menu-jquery/ Works great. I want to use this for my site's category based navigation.
I want to create a Facebook-like application, with a menu like this : https://i.stack.imgur.com/yCyzF.png
I'm working on this site www.annapogossova.com for a friend. Currently the menu navigation is
Hi I want to create a html structure like this: <ul class=menu> <li class=top><a></a></li>
I want to create menu from XMLFile. My xml is like this <?xml version=1.0
I want to create a drop down area like once in the top of
I want to create a menu in CSS in balsamic style (see: http://img.skitch.com/20100130-pr6qp63amd1nkwy4xar2ds3xex.png )
I want to create a menu like on this design A menu where you
I want to create a Window like when a context menu pops up or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.