student101
06-29-2010, 11:08 PM
Strange one;
Using the first block of code the link wont stay current, yet the second block works?
<a href="#" class="current">Home</a>
a:link {
color:#F60;
text-decoration: underline;
}
a:visited {
color:#F60;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:link.current {
text-decoration: none;
}
a {
color:#F60;
text-decoration: underline;
}
a:visited {
color:#F60;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a.current {
text-decoration: none;
}
Has this a:link been removed? :confused:
Using the first block of code the link wont stay current, yet the second block works?
<a href="#" class="current">Home</a>
a:link {
color:#F60;
text-decoration: underline;
}
a:visited {
color:#F60;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:link.current {
text-decoration: none;
}
a {
color:#F60;
text-decoration: underline;
}
a:visited {
color:#F60;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a.current {
text-decoration: none;
}
Has this a:link been removed? :confused: