Use Attribute Selectors to Fine Tune Your CSS
Thursday, January 31st, 2008Here’s a quick tip for fine tuning your CSS declarations.
You can use attribute selectors to style an html element that contains an attribute with the value that you declare. This allows you to do a bunch of cool stuff - like style different “input” types differently, style anchor tags with titles differently, and etc.
(more…)