ERLEDIGT
JA
JA
ANTWORTEN
4
4
ZUGRIFFE
379
379
EMPFEHLEN
-
Hallo,
folgendes Problem: bei mir wird im Rahmen einer Tabelle ein Bild, welches als Trennlinie gilt, mit heigth="2" zwar im Firefox jedoch nicht im IE angezeigt.
Nun wollte ich fragen ob IE da irgendwie ne generelle Sperre hat, was ich mir kaum vorstellen kann.
Naja hier der Code:
Es handelt sich um die Zeile mit den !! , leider kann ich innerhalb eines codes keine Färbung vornehmen.PHP-Code:<body bgcolor="#FFFFFF" text="#000000">
<table width="1005" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<iframe src="top_navileiste.htm" name="topFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="1005" height="158">
</iframe>
</td>
</tr>
<tr>
<td align="left" valign="top">
<iframe src="navi_start.htm" name="leftFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="123" height="400">
</iframe>
</td>
<td align="left" valign="top">
<iframe src="main_start.htm" name="mainFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="880" height="600">
</iframe>
</td>
<td align="left" valign="top">
<iframe src="right_start.htm" name="rightFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="2" height="600">
</iframe>
</td>
</tr>
<tr>
<td align="left" valign="top">
<iframe src="empty.htm" name="emptyFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="123" height="2">
</iframe>
</td>
<td align="left" valign="top" colspan="2">
!!<iframe src="unten.htm" name="untenFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="882" height="2">!!
</iframe>
</td>
</tr>
<tr>
<td colspan="3">
<iframe src="bottom.htm" name="bottomFrame" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="1005" height="73">
</iframe>
</td>
</tr>
</table>
</body>
Schonmal vielen Dank im Vorraus.
MfG Q-Dog
-
19.04.07 07:17 #2Maik Tutorials.de Gastzugang
Hi,
ich gehe jetzt mal davon aus, dass das Bild in dem Dokument unten.htm eingebunden ist. Von daher wäre der Quellcode dieses Dokuments ganz hilfreich, um der Ursache auf den Grund gehen zu können.
-
jo genau ist es.
Hier der Quelltext von unten.htm:
PHP-Code:<html>
<head>
<title></title>
<meta name="author" content="Q-Dog@work">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<img src="media/unten_frame.gif" width="100%" height="100%" alt="">
</body>
</html>
is halt nur das Bild drinne
-
19.04.07 13:35 #4Maik Tutorials.de Gastzugang
Bei mir zeigt der IE das Bild an, wenn ich für das Dokument einen Doctype deklariere:
Code :1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta name="author" content="Q-Dog@work"> </head> <body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000"> <img src="media/unten_frame.gif" width="100%" height="100%" alt=""> </body> </html>
-
ne wird trotzdem nur im Firefox angezeigt :-\
Edit:
habs jetzt mal angehängt: links Firefox / rechts sowohl Phase als auch IE
Edit2:
Wozu das Cache-leeren alles gut sein Oo.
Klappt nun, aber sehr sehr schräg
Vielen Dank nochmal michaelsinterface.Geändert von Q-Dog (19.04.07 um 15:33 Uhr)
Ähnliche Themen
-
Subreport wird nicht angezeigt "Connection object is null"
Von P_H_I_L im Forum JavaAntworten: 0Letzter Beitrag: 10.09.07, 13:46 -
"Vom Windows Form Designer generierter Code" wird nicht angezeigt
Von loewenfreak im Forum .NET Windows FormsAntworten: 7Letzter Beitrag: 05.07.06, 14:11 -
"Vom Windows Form Designer generierter Code" wird nicht angezeigt
Von loewenfreak im Forum Visual Basic 6.0Antworten: 1Letzter Beitrag: 03.07.06, 17:16 -
Font "Terminal" wird nicht als solches angezeigt?
Von Gillette im Forum HTML & XHTMLAntworten: 4Letzter Beitrag: 17.08.05, 17:57 -
Tabelle mit height="96%;" unter Firefox
Von gio im Forum CSSAntworten: 6Letzter Beitrag: 14.04.05, 17:51





Login





