I just received a link to an image showing how Microsoft’s web designers are web standards enthusiasts like the rest of us. It may not be something new but I think that it’s hilarious. It’s all been fixed up now.

/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack {
  margin-right: 1px;
}

* html .StupidIEWidthHack {
  width: 100%;
}

Has been replaced with:

* html .HtmlRightMargin {
  margin-right: 1px;
}

* html .HtmlWidth {
  width: 100%;
}

I’m sad that this has been altered but happy to see that the staff at Microsoft really are making a difference and I don’t think it’ll be long before we start to see more and more of the Microsoft that we really want.