Jump to content

CHANGING LINKS


MARCELO

Recommended Posts

IF you want to change :visited link, then you would have to remove a:visited from its current placing (plus ',') and do an individual styling for a: visited, it should directly follow the a:link styling though.

Then you can change a:link styling without affecting a:visited.

Normally you would set default styling that never changes.

a {font: 12px; padding: 10px;}

then the styling that will change
 

a:link{}

a:visited{}

a:hover {}

a:active {}

for example, color:xxx; background-color: xxxx; text-decoration: xxxxxx;

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