Is it possible to select element with specific content?
for example in #footer i have multiple so i can\'t use #footer > a {}
#footer
#footer > a {}
can i
CSS2.1 does support selectors such as [att=”val”], in your case [href="#header"], I don't know how many browsers support those yet, though.
But can't you just mark the desired A's with a dedicated class?