Microsoft Feels Your IE Hacking Pain
Posted by Jonathan Ng | Filed under Technical
From David Storey of the Opera Community: Check out this styesheet (http://connect.microsoft.com/Styles/GeneralStyles.css) from one of Microsoft’s servers…
/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack
{
margin-right: 1px;
}
* html .StupidIEWidthHack
{
width: 100%;
}
No wonder IE7 was such a major improvement.