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

  • SEARCH
  • Home
  • 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 4266230
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:43:56+00:00 2026-05-21T06:43:56+00:00

Here is the Site if you look below the map you will see the

  • 0

Here is the Site if you look below the map you will see the unordered list

here is the html

<ul class="play_navigation">
    <li class="active"><a href="#" class="barino_story_bottom">The Story</a></li>
    <li><a href="#" class="barino_video_bottom">The Video</a></li>
    <li><a href="#" class="barino_gallery_bottom">The Gallery</a></li>
    <li><a href="#" class="barino_equipment_bottom">The Equipment</a></li>                          
</ul>

here is my CSS

ul.play_navigation {
    list-style:none;
    padding:0;
}

ul.play_navigation li  {
    display: inline;
}

ul.play_navigation li a {
    color: #00506B;
    font-family: Helvetica,sans-serif;
    font-weight: bold;
    padding-right: 34px;
    text-decoration:none;
    margin-left: 18px;
}

ul.play_navigation li.active {
    background:url(images/play-button.png) no-repeat left;
}

I looks ok so far but I am stuck because I need the user to be able to click on the play button and currently its a li and not clickable and I also need the play button to move to the active clicked link…So for example i want to move it from “The Story” over to “The Video” if the user clicks that link.. I was thinking of using add remove class via jquery but i wanted some animation effect…any ideas

  • 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-05-21T06:43:57+00:00Added an answer on May 21, 2026 at 6:43 am

    @Tamer – You can attach a click handler via jQuery to the li in question:

    $("li.active").click(function(){
    
        // actions you want to do when you click play go here
    
    });

    Also … you should modify your CSS to let the user know the play button is clickable by adding the cursor attribute:

    ul.play_naviation li.active {
    
        background:url(images/play-button.png) no-repeat left;
        cursor: pointer;
    
    }

    How to move the play button based upon what link is clicked is up to you, but an example could be:

    $("ul.play_navigation > a").click(function(){
    
        $("li.active").removeClass("active");
        $(this).parent().addClass("active");
    
    });

    Note that this method would require you to modify your CSS:

    ul.play_navigation li.active

    would simply change to:

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

Sidebar

Related Questions

I found the ad on this site to Krypton controls ( and here's another
I couldn't find any useful information on Microsoft's site, so here is the question:
Well, this is my first post here and really enjoying the site. I have
Here's a coding problem for those that like this kind of thing. Let's see
I am stuck now, here below is a snip from my paging code, this
I'm having a bizarre situation here where my external site files, both JavaScript and
Link to the site in question . You can look at the source for
I'm having problems with the menus of a site I'm developing. Here's what the
C:\xampp\htdocs contains Controller.php and ApplicationHelper.php . C:\xampp\htdocs\site contains index.php . Here is the error
Here's a basic regex technique that I've never managed to remember. Let's say I'm

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.