
I've just been working on a website development, everything works perfectly acrross different browsers but IE6. It occurred to me how much easier my life would be if IE6 would kindly die.
On this particular job I would estimate that about 20% of my time has been spent tweaking for IE6's favor. What a waste of time! But I have to, still 30% traffic for Stuff.co.nz come from IE6. What a pain in the arse!
var i=1;
for (i=1;i<=100;i++) {
document.write(i + "Bad CSS rendering ");
}

