Not in Internet Explorer 6
Nobody wants to make websites for Internet Explorer 6, but unfortunately we do not always have a choice. For a while now, I have been keeping a list of CSS 2.1 features absent in Internet Explorer 6 as a quick reference when I’m putting a new stylesheet together. If you have not already given up developing for this dinosaur of a browser, perhaps you too will find it useful.
Element selectors
e > fe + fe ~ f
Attribute selectors
e[attr]e[attr="value"]e[attr~="value"]e[attr|="value"]
Pseudo-elements
e:first-lettere:first-linee:beforee:after
Pseudo-classes
e:hovere:focuse:first-childe:lang(en)
Properties
min-widthmax-widthmin-heightmax-heightvertical-alignquotescontentcounter-incrementcounter-resetborder-collapseborder-spacingcaption-sideempty-cellsoutline
Values
display: table;display: inline-block;white-space: pre-line;white-space: pre-wrap;inherit