more IE fixes, blank_icon png -> gif

This commit is contained in:
Andrew Dolgov 2005-09-08 05:48:01 +01:00
parent d5224f0d9c
commit 5bfef089a5
4 changed files with 11 additions and 7 deletions

View File

@ -73,7 +73,7 @@
if (file_exists($icon_file) && filesize($icon_file) > 0) { if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "<img src=\"" . ICONS_URL . "/$feed_id.ico\">"; $feed_icon = "<img src=\"" . ICONS_URL . "/$feed_id.ico\">";
} else { } else {
$feed_icon = "<img src=\"images/blank_icon.png\">"; $feed_icon = "<img src=\"images/blank_icon.gif\">";
} }
} else { } else {
$feed_icon = "<img width=\"16\" height=\"16\" $feed_icon = "<img width=\"16\" height=\"16\"
@ -379,7 +379,7 @@
} else { } else {
$update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.png\" $update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.gif\"
alt=\"Updated\">"; alt=\"Updated\">";
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

View File

@ -221,17 +221,19 @@ div.expPane {
margin : 15px; margin : 15px;
} }
iframe {
border : 0px solid white;
}
iframe.feedsFrame { iframe.feedsFrame {
width : 100%; width : 100%;
height : 90%; height : 90%;
border-width : 0px;
margin : 0px; margin : 0px;
padding : 0px; padding : 0px;
} }
iframe.contentFrame, iframe.headlinesFrame { iframe.contentFrame, iframe.headlinesFrame {
width : 100%; width : 100%;
border-width : 0px;
padding : 0px; padding : 0px;
margin : 0px; margin : 0px;
height : 100%; height : 100%;

View File

@ -47,7 +47,8 @@
<!-- <div id="feeds">&nbsp;</div> --> <!-- <div id="feeds">&nbsp;</div> -->
<iframe id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe> <iframe frameborder="0"
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
<p align="center">All feeds: <p align="center">All feeds:
@ -101,13 +102,14 @@
</td> </td>
</tr><tr> </tr><tr>
<td id="headlines" class="headlines" valign="top"> <td id="headlines" class="headlines" valign="top">
<iframe name="headlines-frame" <iframe frameborder="0" name="headlines-frame"
id="headlines-frame" class="headlinesFrame" id="headlines-frame" class="headlinesFrame"
src="backend.php?op=error&msg=No%20feed%20selected."></iframe> src="backend.php?op=error&msg=No%20feed%20selected."></iframe>
</td> </td>
</tr><tr> </tr><tr>
<td class="content" id="content" valign="top"> <td class="content" id="content" valign="top">
<iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe> <iframe frameborder="0" name="content-frame"
id="content-frame" class="contentFrame"> </iframe>
</td> </td>
</tr> </tr>
<tr> <tr>