Arnie: Internet Explorer 9 + Rahmenanzeige

Hallo,

habe ein Problem mit dem Internet Explorer 9 bzw wird der es ja richtig anzeigen ...

Beim Firefox oder Google Crom geht meine Startseite ohne Probleme.

Startseite

Er zieht den Rahmen in die länge beim Explorer ,habe in den Rahmen ein Video reingemacht ...

``{:.language-html<html>
  <head>
    <title>Bikerforum-Brandenburg-Prignitz</title>
  <!-- Microsoft: -->

<script
language="JavaScript">
<!--
button1= new Image();
button1.src = "/1.gif"
button2= new Image();
button2.src = "/2.gif"
button3= new Image();
button3.src = "/3.gif"
button4= new Image();
button4.src = "/4.gif"
button5= new Image();
button5.src = "/5.gif"
button6= new Image();
button6.src = "/6.gif"
button7= new Image();
button7.src = "/7.gif"
button8= new Image();
button8.src = "/8.gif"
button9= new Image();
button9.src = "/9.gif"
button10= new Image();
button10.src = "/10.gif"

//-->
</script>
</head>
    <table border="0" width="100%" height="100%">
  <tr>
     <td align="center" valign="top">
     <body bgcolor="#1A2537"
<!-- Netscape: -->

<hr color="#1A2537">
</hr>
<center><img src="Willkommen.png" alt="Willkommen im Bikerforum Brandenburg Prignitz" /></center>
<table cellpadding="0" cellspacing="0" border="0" style="100">
<tr>
<td><img src="border_o_l.gif" alt="" /></td>
<td style="background-image: url(border_o_m.gif); width:525px;" align="center"><img src="border_o_grafik.gif" alt="" /></td>
<td><img src="border_o_r.gif" alt="" /></td>
</tr>
<tr>
<td style="background-image: url(border_l_m.gif);" valign="middle"><img src="border_l_grafik.gif" alt="" /></td>
<td>

<table cellpadding="0" cellspacing="0" border="0" style="width:450px" class="tableinborder">
<tr>
<td align="center" class="tablea"><span class="smallfont">

<table background="center"<img SRC="<object width="525" height="450">
<param name="movie" value="http://www.youtube.com/v/rYeoAmzscEI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/rYeoAmzscEI" type="application/x-shockwave-flash" wmode="transparent" width="525" height="450"></embed></object>
</table>

</td>
   </tr>
    </table>

</td>
<td style="background-image: url(border_r_m.gif);" valign="middle"><img src="border_r_grafik.gif" alt="" /></td>
</tr>
<tr>
<td><img src="border_u_l.gif" alt="" /></td>
<td style="background-image: url(border_u_m.gif); width:525px;" align="center"><img src="border_u_grafik.gif" alt="" /></td>
<td><img src="border_u_r.gif" alt="" /></td>
</tr>
</table>

<br />

<a href="http://biker-prignitz.com/index.php" onmouseover="Forum.src='/9.gif';" onmouseout="Forum.src='/10.gif';"><img src="/10.gif" border="0" width="78"height="22" name="Forum"></a>
<img src="top_abs.gif" alt="" border="0">
<a href="http://biker-prignitz.com/index.php?page=Portal" onmouseover="Homeseite.src='/5.gif';" onmouseout="Homeseite.src='/6.gif';"><img src="/6.gif" border="0" width="118"height="21" name="Homeseite"></a>
<img src="top_abs.gif" alt="" border="0">
<a href="http://biker-prignitz.com/index.php?page=Guestbook" onmouseover="Gästebuch.src='/3.gif';" onmouseout="Gästebuch.src='/4.gif';"><img src="/4.gif" border="0" width="130"height="20" name="Gästebuch"></a>
<img src="top_abs.gif" alt="" border="0">
<a href="http://biker-prignitz.com/index.php?page=Board&boardID=53" onmouseover="Sponoren.src='/7.gif';" onmouseout="Sponoren.src='/8.gif';"><img src="/8.gif" border="0" width="130"height="22" name="Sponoren"></a>
<img src="top_abs.gif" alt="" border="0">
<a href="http://biker-prignitz.com/index.php?page=Board&boardID=51" onmouseover="Parnter.src='/1.gif';" onmouseout="Parnter.src='/2.gif';"><img src="/2.gif" border="0" width="150"height="22" name="Parnter"></a>

</body>
     </td>
   </tr>
 </table>
</html>}

Hat wer ne Idee was ich falsch gemacht habe ?

mfg

  1. Hallo,

    habe ein Problem mit dem Internet Explorer 9 bzw wird der es ja richtig anzeigen ...

    Garbage in, garbage out - da kann der Internet Explorer 9 nix dafür.

    Nebst dem HTML von geringerer Güte dürfte dein Problem vor allem in diesen Zeilen stecken:

    <table background="center"<img SRC="<object width="525" height="450">  
    <param name="movie" value="http://www.youtube.com/v/rYeoAmzscEI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/rYeoAmzscEI" type="application/x-shockwave-flash" wmode="transparent" width="525" height="450"></embed></object>  
    </table>
    

    Code ordentlich einrücken, dann siehst du sofort was nicht stimmt.

    Warum nimmst du übrigens nicht den Code, den Youtube vorgibt - nämlich die iFrame-Einbindnug? Die Funktioniert äußerst zuverlässig.

    1. Hallo,

      Garbage in, garbage out - da kann der Internet Explorer 9 nix dafür.

      als Hilfe: http://validator.w3.org/check?uri=http:%2F%2Fbiker-prignitz.de

      <table background="center"<img SRC="<object width="525" height="450">

      <param name="movie" value="http://www.youtube.com/v/rYeoAmzscEI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/rYeoAmzscEI" type="application/x-shockwave-flash" wmode="transparent" width="525" height="450"></embed></object>
      </table>

        
      Lies mal nach, wie Tabellen aufgebaut sein müssen oder lass die Tabelle sofort weg. Für eine Zelle reicht auch ein DIV oder P.  
        
        
      Gruß, Jürgen