headlines horizontal scrolling fix for IE6
This commit is contained in:
parent
6d9cca4101
commit
c0b6e391d4
1 changed files with 3 additions and 0 deletions
3
ie6.css
3
ie6.css
|
@ -2,6 +2,9 @@
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#headlinesContainer {
|
||||||
|
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
|
||||||
|
}
|
||||||
|
|
||||||
#headlinesInnerContainer {
|
#headlinesInnerContainer {
|
||||||
position : normal;
|
position : normal;
|
||||||
|
|
Loading…
Reference in a new issue