Cannot Upgrade From IE6 to IE8 - Internet Explorer
Jun0
The #fail of the day goes to Microsoft for the inability to upgrade from IE6 to IE8 using the download link on their IE Home page. You would think that Microsoft would test this scenario heavily, but I hit this problem from two different machines running IE6. Clicking on the download link put me on a blank page with a script error, and no amount of refreshing or clearing the cache would fix it.
The only way I could eventually make the script error go away was to clear my cache, then hit back, then hit reload, and finally attempt to download. I’m curious to see what happens next!
Stylesheet Not Loading in IE - Opera KB Support
Jun0
In an apparent oversight, Opera’s Knowledge Base page doesn’t load the stylesheets at all in all versions of Internet Explorer. Browsera automatically detected this bug by noticing the layout was very different. On this page, Opera is using
<link rel=”stylesheet” href=”/css/screen.css” type=”text/css” media=”projection,screen and (min-device-width:950px)” />
and “min-device-width:950px” isn’t supported in IE. We know you want people to switch to Opera, but I think this is just going too far.
IE6 100% Width Float Drop - Bing Community
Jun0
On Bing’s Community pages, there are avatar icons next to the users post activity. But, Browsera detected a float drop issue in IE6 where the user’s avatar is not properly aligned with their activity.
Here is the relevant HTML with CSS styles inline
<div class=”list-rockers” style=”width: 100%”>
<div class=”thumb” style=”width: 50px”> [USER AVATAR]</div>
<div class=”user-info” style=”width: 163px”>[USER ACTIVITY]</div>
</div>
I think the problem is that the 100% width is causing IE to calculate this width before it has completed its layout, and thus, the actual width of the containing div is 212px. Setting this width to an explicit value of 220px in IE6 makes the container wide enough to hold both floats and margins.
Float Drop Issue in IE6 - Bing Travel
Jun1
Microsoft’s new Bing brand, which is basically rebranded Live, which used to be MSN Search, launched a couple weeks ago. You’d think that MS would have been very diligent to cross-browser test their pages, however, Browsera detected some unsightly layout issues occuring in IE6.
The first is on the Bing Travel page. You can see that the “search hotels too” radio button is misplaced in IE6. Here is Browsera’s detection on the float drop on the Bing Travel page.
This problem appears to be caused in Internet Explorer 6 by the <div class=”clearAll”> inside the <div class=’submitButton’> not having an explicit width and thus expanding to 100%. Applying style
width: ‘1px’
to that clear div fixes the problem and pulls the radio button into the right spot in IE6.





