Forum Moderators: mack
a:link { color: blue; text-decoration:none; background-color: transparent; }
a:visited { color: purple; text-decoration:none; background-color: transparent; }
a:active { color: hotpink; text-decoration:none; background-color: transparent; }
a:hover { color: hotpink; text-decoration:none; background-color: transparent; }
George
I wonder how clear the following scheme will be to users:
a {
color:#09c;
text-decoration:none;
font-weight:600;
font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
I like the appearance, and the links (normal text is black) seem to me to stand out clearly. Comments and experience much appreciated.
That said, from reading this thread I guess I need to read a bit more about CSS.