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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:22:50+00:00 2026-05-26T23:22:50+00:00

I just found this: Note : a:hover MUST come after a:link and a:visited in

  • 0

I just found this:

Note: a:hover MUST come after a:link and a:visited in the CSS
definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order
to be effective!!

Note: Pseudo-class names are not case-sensitive.

Does this mean that this is INCORRECT?

a:link, a:visited, a:active {
color: #006699;
text-decoration: none;
}

a:hover {
color: #2089CC;
text-decoration: underline;
}

Sadly the source is: http://www.w3schools.com/css/css_pseudo_classes.asp

If you don’t know why the ‘sadly’, please visit http://w3fools.com

  • 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-26T23:22:51+00:00Added an answer on May 26, 2026 at 11:22 pm

    Whenever in doubt go to the specs. And here’s an excerpt from the specs.

    Note that the A:hover must be placed after the A:link and A:visited
    rules, since otherwise the cascading rules will hide the ‘color’
    property of the A:hover rule

    What you have is correct

    a:link, a:visited, a:active {
       color: #006699;
       text-decoration: none;
    }
    
    a:hover {
       color: #2089CC;
       text-decoration: underline;
    }
    

    That’s why this works.

    This below would be incorrect.

    a:hover {
       color: #2089CC;
       text-decoration: underline;
    }
    
    a:link, a:visited, a:active {
       color: #006699;
       text-decoration: none;
    }
    

    That’s why this doesn’t work.

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

Sidebar

Related Questions

I just found this : a = (None,) print (a is True) print (a
I just found this project which provides a way of running Google App Engine
I just found this code in reflector in the .NET base libraries... if (this._PasswordStrengthRegularExpression
I have just found this great tutorial as it is something that I need.
I just found out this weird behavior, is this a bug or what am
I just found my code like this does not compile right? Is there any
I just recently found myself writing this line of code, which i did not
I just started a new Typo3 4.6 site and I found this weird line
i use this code in my app. just found is not correct when compare
I found in my error log this (Note: i didn't removed the filename) Of

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.