improve compatibility with IE7

This commit is contained in:
Andrew Dolgov 2007-04-29 06:34:58 +01:00
parent 586822fdab
commit 972385a509
2 changed files with 3 additions and 2 deletions

View File

@ -421,7 +421,7 @@
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
print "<table class=\"headlinesList\" id=\"headlinesList\" print "<table class=\"headlinesList\" id=\"headlinesList\"
cellspacing=\"0\" width=\"100%\">"; cellspacing=\"0\">";
} }
$lnum = 0; $lnum = 0;

View File

@ -12,6 +12,7 @@ li.feedCatHolder {
display : none; display : none;
} }
/*
#headlinesInnerContainer { #headlinesInnerContainer {
position : normal; position : normal;
} }
@ -22,4 +23,4 @@ div.headlines_normal {
div.headlines_cdm { div.headlines_cdm {
overflow : auto; overflow : auto;
} } */