IE 7.0 is coming and they’ve fixed a lot of the crap that plagues my day when doing CSS, although with experience you go around most of them pretty easily, there are still some that have you hitting you’re head on the walls. A few “favorites” that are supposed to be fixed:

  • Enable :hover on all elements not just on

  • Min/max width/height support

  • Selectors: first-child, adjacent, attribute, child

  • Addressed many relative positioning issues

  • % calculations for height/width for abs positioned elements

  • 1 px dotted borders no longer render as dashed (why the fuck that wasn’t the case before, I’ll never understand)

  • The IE Three Pixel Text-Jog