summaryrefslogtreecommitdiff
path: root/ie6.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-18 08:59:23 +0100
committerAndrew Dolgov <[email protected]>2007-05-18 08:59:23 +0100
commit0af053028ba4cc3582d3268bf838c19d224cc158 (patch)
tree3548700ef8b8582afe6dbd6a89357bbc61b7058d /ie6.css
parentc0b6e391d4c80c94a3d15cad200762aec0feb4b1 (diff)
headlines horizontal scrolling fix for IE6 (2)
Diffstat (limited to 'ie6.css')
-rw-r--r--ie6.css2
1 files changed, 1 insertions, 1 deletions
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 {