When you use Windows update, does it update your IE6 browser rendering bugs?
I formatted my computer and updated everything I needed to, but I didn't get to installing IE7 just yet.
I know for a fact that the CSS float + overflow bug in IE6 doesn't work like it does in IE7 or FF.
That should have three colors showing in FF or IE7. Before, I noticed that IE didn't render this, but now with all the updates from Windows update, it works like it should.Code:#outer { width:600px; background:red; overflow:auto; } #one { width:300px; float:left; height:300px; background:green; } #two { overflow:auto; height:500; background:blue; } <div id="outer"> <div id="one"></div> <div id="two"></div> </div>
So I am just asking that does Windows Update fix these issues, because, if so, it will become even more difficult to get IE6 "un-updated" browsers to work properly.







Bookmarks