headlines horizontal scrolling fix for IE6 (2)

This commit is contained in:
Andrew Dolgov 2007-05-18 08:59:23 +01:00
parent c0b6e391d4
commit 0af053028b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
}
#headlinesContainer {
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
width: expression(((parseInt(document.getElementById("headlines-frame").clientWidth)-2)+'px'));
}
#headlinesInnerContainer {