vizz 0 Junior Poster

I want to add clip animation on mouse over to list using jquery
my menu structure is,

<ul id="menu">                         
  <li><a class="" href="about.php">About Us</a></li>
  <li><a class="" href="services.php">Services</a></li>
  <li><a class="" href="works.php">Works</a></li>
  <li><a class="" href="clients.php">Clients</a></li>
  <li><a class="" href="contact.php">Contact Us</a></li>
</ul>

I want to create like this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.