IE Collections works great. Plus it includes that dev tool bar, which is nearly as nice as the webkit js console in Chrome, thanks Tim for that link.
Also: On Fri, Jan 22, 2010 at 10:49 PM, Alan Gresley <[email protected]> wrote: > oliver wrote: >> >> Found this, but not sure yet if this is still something ongoing: >> >> http://blogs.msdn.com/ie/archive/2007/04/17/ie7-virtual-pc-image-and-ie6-virtual-pc-image-refresh.aspx >> >> I have read that the way to go is VM's because multiple IE's just too >> brittle. The above would be great. >> Oliver > >... Looking at this page, > > http://pubsub.sourceforge.net/ > > I see no difference in rendering between FF and IE6. That's odd because I just reran all three versions of IE just now using IE Collections, and IE6 is the only one that still has a minor glitch in the display (the thin gray area far right), while IE7 and IE8 display just fine (since I realized the obsolete CSS stuff after Tim's first reply) and identically to FF and GC. In any case I'm not going to worry about the minor IE6 issue unless it turns out to be more than just cosmetic further down the road. The w3schools browser stats (http://www.w3schools.com/browsers/browsers_stats.asp) indicate that IE7, 8, FF, GC, Safari and Opera cover 85% of users. IE6 is 10%. Oddly, just tried with Opera and that one shows the pubsub.sf.net page worse than IE6 by far (Safari does well, identical to GC/FF). > to any version prior to IE8 can be better coded in your css as. > > * html div.localsidebarpanel { > width: 163px; /* For IE6- */ > } > *:first-child+html div.localsidebarpanel { > width: 163px; /* For IE7 */ > } > > -- > Alan http://css-class.com/ Good to know, thanks Alan. Cheers, Oliver ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
