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 9027361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T06:43:49+00:00 2026-06-16T06:43:49+00:00

I have this link( ) that has certain css as seen below attached to

  • 0

I have this link( ) that has certain css as seen below attached to it. When I press the link, I move the link at a different location on the page. I need to also change the css in the a:active brackets after the link moves. Basically, I would like top to be 0px. The animate function happens but the 2nd line of jquery has no effect. How do I accomplish that?

Html

<div class = "buttons">
<a class = "About" href="#"><span>About Me</span><img src="#" alt="About Me"></a>
</div>

CSS

.buttons a:active{
top:1px; 
}

jquery

$("a.About").click(function(){
        $("a.About").animate({right:'380px', bottom:'110px'},"slow");
                $(".About:active").css("top", "-=1"); });
  • 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-16T06:43:50+00:00Added an answer on June 16, 2026 at 6:43 am

    jQuery doesn’t support an :active selector. You won’t be able to modify the CSS pseudo-selector :active from jQuery. The best bet for you is to add a class to your CSS that does this. And then use jQuery to .addClass() that specific class name.

    Edit

    If you want to change how a hyperlink behaves when you move it from Section A to Section B you could do seomthing like this:

    CSS

    a.sectionA:active { background-color:yellow; }
    a.sectionB:active { background-color:green; }
    

    HTML

    <div class="buttons">
        <a class="sectionA About" href="#"><span>About Me</span><img src="#" alt="About Me"></a>
    </div>
    

    Then whenever you want to move the anchor tag from one section to the next, you can do:

    $("a").removeClass("sectionA").addClass("sectionB");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this line below that shows a link to go the next page
I have a link that looks like this: <a onclick=myLightbox rel=lightbox href=image.jpg title=> I
I have link that calls a function when clicked: <a href=javascript:spawnMenu(this); id=link1>Test1</a> To make
I have a link that opens a Thickbox... <a href=page.php?tag=lists-element&keepThis=true&TB_iframe=true&height=450&width=500> Everything works with this
Similar to this question: link However I have already mastered that. My problem is
I have a ChildWindow. In this childwindow, I have added properties that link to
I have a simple GAE app that includes a login/logout link. This app is
I have an html link that has uses hover() (well, the hoverIntent plugin...but same
I have this webapp for ios and in a certain page i have an
We have a layer that appears when a certain text input has the focus

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.