From 0af053028ba4cc3582d3268bf838c19d224cc158 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 May 2007 08:59:23 +0100 Subject: headlines horizontal scrolling fix for IE6 (2) --- ie6.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ie6.css b/ie6.css index e07a8bc2d..0a1aa43a3 100644 --- a/ie6.css +++ b/ie6.css @@ -3,7 +3,7 @@ } #headlinesContainer { - width: expression((parseInt(document.documentElement.clientWidth)-281)+'px'); + width: expression(((parseInt(document.getElementById("headlines-frame").clientWidth)-2)+'px')); } #headlinesInnerContainer { -- cgit v1.2.3