Hello All
Could I get a little help with this CSS? In my stylesheet I have my anchor colors defined:
a:link {}
a:visited {}
a:hover {}
Later on in the stylesheet, I have some anchors that are within a span defined:
span.logout {}
span.logout a:link, a:visited {}
span.logout a:hover {}
The only thing is, my anchor colors in the logout div are overriding my primary anchor colors. I am confused as to why this is happening. I thought only the anchors within the "logout" span would be affected by this CSS.
Anyway, if anybody could help out with this, I would appreciate it. Also, am I using the term "CSS subclass" correctly?
Thanks for taking the time to read, and have a great day.