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
In CSS 2.1 or greater, you can use the Attribute selectors. Most of the popular browsers have already supported this feature, but I.E. 6.0 does not support.