From c0b6e391d4c80c94a3d15cad200762aec0feb4b1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 May 2007 08:53:53 +0100 Subject: headlines horizontal scrolling fix for IE6 --- ie6.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ie6.css') diff --git a/ie6.css b/ie6.css index 91fcb599d..e07a8bc2d 100644 --- a/ie6.css +++ b/ie6.css @@ -2,6 +2,9 @@ display : none; } +#headlinesContainer { + width: expression((parseInt(document.documentElement.clientWidth)-281)+'px'); +} #headlinesInnerContainer { position : normal; -- cgit v1.2.3