]> git.wh0rd.org - tt-rss.git/commitdiff
headlines horizontal scrolling fix for IE6
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 07:53:53 +0000 (08:53 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 07:53:53 +0000 (08:53 +0100)
ie6.css

diff --git a/ie6.css b/ie6.css
index 91fcb599da516d1b2667a97bbd4cf7b6f8aa40fd..e07a8bc2daf4d7dd06a68365a57f38f278ad801e 100644 (file)
--- a/ie6.css
+++ b/ie6.css
@@ -2,6 +2,9 @@
        display : none;
 }
 
+#headlinesContainer {
+       width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
+}
 
 #headlinesInnerContainer {
        position : normal;