Jump to content

link color confusion in styles.css?


babag

Recommended Posts

i'm trying to make some changes to a style sheet that someone else put together and am running into a bit of confusion. all of the examples i see online show a single color for link declarations but i have this:

a {	color:#3F6DD6;	text-decoration:none;	color: #6699CC;	text-decoration:underline;} a:hover {	color:#F3D446;	color:#FFFFFF;}

why are there multiple entries in these sections? thanks,BabaG

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