IE7 { css2: auto; }


Compatibility

The selectors and properties below should all work according to the W3C specifications.

CSS2 Selectors (W3C)

SelectorCommentsTest
:active html - xml
:focus html
:hover html - xml
:lang() html
:first-child html - xml
::after html
::before html
[attr] html - xml
[attr="value"] html - xml
[attr~="value"] html - xml
[attr|="value"] html - xml
parent > child html - xml
adjacent + sibling html - xml
.multiple.classesIE5/6 bug fixedhtml - xml

CSS3 Selectors (W3C)

SelectorCommentsTest
:empty html - xml
:last-child html - xml
:nth-child() html
:nth-last-child() html
:only-child html
:root html - xml
[attr^="value"] html
[attr$="value"] html
[attr*="value"] html
adjacent ~ sibling html - xml

CSS Properties

PropertyCommentsTest
background-attachmentsupport fixed positioninghtml
background-imagePNG alpha transparencyhtml - xml
box-sizingcontent-box (assumed)html
bottomheight implied if top is suppliedhtml
content html
displayconvert list-item to block for IE5 
floatfix double margin bughtml
font-sizefix named font sizes (quirks mode) 
min-width html
min-heightimplemented for IE5html
max-width html
max-heightcan't do this one:-(
positionsupport fixed positioninghtml
rightwidth implied if left is suppliedhtml

HTML

ElementCommentsTest
abbrIE5/6 bugs fixedhtml
button[type=submit]value submitted rather than innerTexthtml
formonly submit successful controlshtml
imgPNG alpha transparencyhtml
labelbind to the first child controlhtml