I have the following assigned in my body:
a:active {
position: relative;
top: 1px;
}
But, I don't want it to be doing that for a few choice <a hrefs>. Is there a way I can turn that attribute off on a case by case bases. I'm a web designer, not a web developer so keep the answers in code an idiot can read
Thanks Colanth! Works like a charm
Actually, it's working fine on text links but it's having trouble with linked images
a:active {
position: relative;
top: 1px;
}
But, I don't want it to be doing that for a few choice <a hrefs>. Is there a way I can turn that attribute off on a case by case bases. I'm a web designer, not a web developer so keep the answers in code an idiot can read

Thanks Colanth! Works like a charm

Actually, it's working fine on text links but it's having trouble with linked images