1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 00:17:10 +00:00

headlines horizontal scrolling fix for IE6

This commit is contained in:
Andrew Dolgov
2007-05-18 08:53:53 +01:00
parent 6d9cca4101
commit c0b6e391d4

View File

@@ -2,6 +2,9 @@
display : none;
}
#headlinesContainer {
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
}
#headlinesInnerContainer {
position : normal;