debug("removed splash!");
}
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
+
} catch (e) {
exception_error("feedlist/init", e);
}
list-style-type : none;
margin : 5px;
padding : 0px 0px 0px 10px;
- font-size : x-small;
+ font-size : small;
}
ul.feedList li.feedCat {
margin : 0px;
padding : 3px 0px 3px 0px;
color : #707070;
- font-size : x-small;
+ font-size : small;
}
ul.feedList li.feedCat a {
overflow : auto;
bottom : 40px;
border-collapse : collapse;
+ height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
}
#toolbar {
background-image : url("images/toolbar.png");
background-position : bottom left;
background-repeat : repeat-x;
- font-size : small;
}
div.headlines_normal {
overflow : hidden;
font-size : small;
border-collapse : collapse;
+ /* css hack for IE */
+ width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
}
div.headlines_cdm {
overflow : auto;
font-size : small;
border-collapse : collapse;
+ width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
}
#content-frame {
bottom : 40px;
right : 0px;
border-collapse : collapse;
+ width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
+ height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
}
#footer {
right : 0px;
left : 0px;
padding : 10px;
+ width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
+ border-collapse : collapse;
+ border-width : 1px 0px 0px 0px;
+ border-style : solid;
+ border-color : #88b0f0;
+
}
#headlinesContainer {
<?php } ?>
+ <!--[if gte IE 5.5000]>
+ <script type="text/javascript" src="pngfix.js"></script>
+ <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
+ <![endif]-->
+
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<script type="text/javascript" src="prototype.js"></script>
var f = document.getElementById("headlines-frame");
f.innerHTML = xmlhttp.responseText;
update_all_counters();
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
notify("");
}
}
debug("article_callback");
var f = document.getElementById("content-frame");
f.innerHTML = xmlhttp.responseText;
+ if (typeof correctPNG != 'undefined') {
+ correctPNG();
+ }
update_all_counters();
}
}