S
Sandra
I have the following code in my style sheet. It will NOT
create an underline nor uppercase when mousing over a
link.
Why?
a:link {color: black}
a:visited { color: #800080 ;}
a:hover {color: cc0000; font-weight: bold; text-
decoration: underline;}{text-transform: uppercase}
a:active { color: #800000; }
create an underline nor uppercase when mousing over a
link.
Why?
a:link {color: black}
a:visited { color: #800080 ;}
a:hover {color: cc0000; font-weight: bold; text-
decoration: underline;}{text-transform: uppercase}
a:active { color: #800000; }