diff --git a/ie7.css b/ie7.css index 25af28654..8e8258348 100644 --- a/ie7.css +++ b/ie7.css @@ -1,3 +1,7 @@ /* div.prefsTabSelected { bottom : 1px; } */ + +table.headlinesList { + width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px')); +}