improve compatibility with IE7
This commit is contained in:
parent
586822fdab
commit
972385a509
|
@ -421,7 +421,7 @@
|
|||
|
||||
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||
print "<table class=\"headlinesList\" id=\"headlinesList\"
|
||||
cellspacing=\"0\" width=\"100%\">";
|
||||
cellspacing=\"0\">";
|
||||
}
|
||||
|
||||
$lnum = 0;
|
||||
|
|
|
@ -12,6 +12,7 @@ li.feedCatHolder {
|
|||
display : none;
|
||||
}
|
||||
|
||||
/*
|
||||
#headlinesInnerContainer {
|
||||
position : normal;
|
||||
}
|
||||
|
@ -22,4 +23,4 @@ div.headlines_normal {
|
|||
|
||||
div.headlines_cdm {
|
||||
overflow : auto;
|
||||
}
|
||||
} */
|
||||
|
|
Loading…
Reference in New Issue