summaryrefslogtreecommitdiff
path: root/ie6.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-18 08:53:53 +0100
committerAndrew Dolgov <[email protected]>2007-05-18 08:53:53 +0100
commitc0b6e391d4c80c94a3d15cad200762aec0feb4b1 (patch)
treeeaea79aeae6d522643a54cb7feca5bc9e262ca8c /ie6.css
parent6d9cca4101661f1319056f6e287c7a38c18debe4 (diff)
headlines horizontal scrolling fix for IE6
Diffstat (limited to 'ie6.css')
-rw-r--r--ie6.css3
1 files changed, 3 insertions, 0 deletions
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;