Stop using poor performance CSS expressions - Use JavaScript instead

One time or another, we get handled a case where there’s no way to accomplish a certain layout optimally for Internet Explorer 6 without JavaScript. And you know what? That’s just fine, shit happens.

But first, make sure it degrades properly without JavaScript. Second, implement it with JavaScript code instead of CSS expressions, for best performance and reliability.

Duly noted (via Bruno on webdevfr).