Any webmaster or web developer that has tried to work with web standards will tell you of the countless hours they've spent trying to work around Internet Explorer bugs, banging their head against the desk, while it just works with the minimum of tweaks in other browsers. I've personally written pages where it's taken longer to work around these bugs than it did to write the original page in the first place. Well Microsoft's own developers feel our pain. Check out the source of this CSS file on Microsoft's servers:
GeneralStyles.css.
Код:
/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack
{
margin-right: 1px;
}
* html .StupidIEWidthHack
{
width: 100%;
}
Lets all hope IE7 fixes these issues so we all don't need "stupid IE hacks".
Ха! Даже на сайте Microsoft разработчики страниц пишут специальные фиксы для обхода ошибок Эксплорера

Нет чтобы это убожество (IE) в порядок привести
