1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 09:19:16 +00:00

some more fixes for IE and resize_headlines

This commit is contained in:
Andrew Dolgov
2007-04-29 05:21:47 +01:00
parent 770bbb0297
commit 586822fdab
3 changed files with 32 additions and 9 deletions

View File

@@ -1289,7 +1289,7 @@ div.headlines_cdm {
#content-frame {
position : absolute;
border-width : 1px 0px 1px 0px;
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #88b0f0;
overflow : auto;
@@ -1299,7 +1299,7 @@ div.headlines_cdm {
right : 0px;
border-collapse : collapse;
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
/* height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
}
#footer, #prefFooter {