3_62
20:03 09-09-2011 TWIMC
Отсутствие поддержки box-sizing: border-box; в сраном ИЕ7 фиксится вот таким монструозным выражением:

clear: expression(
this.style.width = (this.clientWidth - parseInt(this.currentStyle['borderRightWidth'].substr(0, this.currentStyle['borderRightWidth'].indexOf('px'))) - parseInt(this.currentStyle['borderLeftWidth'].substr(0, this.currentStyle['borderLeftWidth'].indexOf('px'))) - parseInt(this.currentStyle['paddingLeft'].substr(0, this.currentStyle['paddingLeft'].indexOf('px'))) - parseInt(this.currentStyle['paddingRight'].substr(0, this.currentStyle['paddingRight'].indexOf('px'))) - 1) + 'px',
this.style.clear = 'none',
0
);

УПД: Во вводной фразе пропущено слово "иногда"...
Комментарии:
Fonarev
23:11 09-09-2011
У питерских кодеров не бордер, а поребрик.
3_62
14:15 11-09-2011
Fonarev:
А челябинские, небось, вместо !important используют !блять.