So my style sheet has many different types of LINK styles. And they all
work fine on IE, even different styles on the same page.
But in Firefox, all link throughout my site all follow JUST the first link
class on any page.
Any thoughts?
As a side thought, in my style sheet I changed what I guess was the
"Default" link style (as seen below). Was I wrong in doing that?
A:link
{
text-decoration: none;
color: blue;
font-variant: small-caps;
font-size: 100%;
text-decoration: underline;
}
work fine on IE, even different styles on the same page.
But in Firefox, all link throughout my site all follow JUST the first link
class on any page.
Any thoughts?
As a side thought, in my style sheet I changed what I guess was the
"Default" link style (as seen below). Was I wrong in doing that?
A:link
{
text-decoration: none;
color: blue;
font-variant: small-caps;
font-size: 100%;
text-decoration: underline;
}
Comment