Think Microsoft employees can’t poke fun at their company’s products? Think again. This bit of CSS code was posted on a Microsoft webpage:
/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack {
margin-right: 1px;
}
* html .StupidIEWidthHack
{
width: 100%;
}