Jump to content

Pseudo not working


tantachar07

Recommended Posts

I spent so much time in this **** pseudo classes but it still won't work. man. This is the code:

<a href="yahoo.com" target="_blank"> Mail now! </a>

and this one between the ******* head tags

<style type="text/css">a.link {color: #FF0000}a.visited {color: #00FF00}a.hover {color: # FF00FF}a.active {color: #0000FF}</style>

Tried many times, but still DONT work omg . . . ***mama!!!*** DO NOT WORK

Link to comment
Share on other sites

I also see another error. There's an extra space on :hover. Use

a:hover {color: #FF00FF}

instead.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...