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
1 changed files with 3 additions and 0 deletions

View File

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