headline width fix for ie7

This commit is contained in:
Andrew Dolgov 2007-05-19 07:35:27 +01:00
parent 865220a488
commit ff15256d60
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* div.prefsTabSelected { /* div.prefsTabSelected {
bottom : 1px; bottom : 1px;
} */ } */
table.headlinesList {
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
}