Update: Several people have composed in or commented on other web sites that they think Microsoft is still serving diverse versions of its homepage to diverse browsers because of differences in header/footer types,
Cheap Office Home And Student 2010, or hovers not doing work from the left-side navigation in non-IE browsers.
As far as I can inform,
Window 7, I still only see 1 edition of each the HTML and CSS being served to all browsers. The header and footer use a proprietary gradient transformation to make the blue-to-white gradients that fails in non-IE browsers:
filter:progid:DXImageTransform.Microsoft.Gradient( )
And every single from the left-side navigation back links are created by badly-nested HTML:
<a href=""><p>Windows</p></a>
… which IE/Win doesn’t care about, so the hover properties work there. But all other browsers correctly recognize the illegal nesting,
Office Professional, and seem to cancel out any hover or active link states.
So,
Office 2010 Serial, nevertheless only 1 model being served. That’s good. It’s just that this one particular edition is behaving differently in every single browser. That’s not necessary. With some fixes,
Office 2007 Professional Plus, the page could render much more consistently in every modern browser (including IE5.0/Win).