Jump to content

Rollover text


Brigog

Recommended Posts

With css!

a:link { color: red; text-decoration: none; } <--- When link has not been clicked beforea:visited { color: red; text-decoration: none; } <--- When link has been visited oncea:active { color: red; text-decoration: none; } <--- When you have the link selecteda:hover { color: blue; text-decoration: underline; } <--- On hover

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...