[Erledigt] [IE8] Problem mit Seitenaufbau

Xot

-
ID: 413078
L
26 November 2006
451
36
Hallo zusammen,

Ich habe ein Problem mit dem Seitenlayout im IE8 und evtl auch tiefer...

Seite: https://fr3z3r.lima-city.de/Bash/ Im Opera und Chrome sieht alles in Ordung aus aber bei IE8 sieht die Seite schrecklich aus...


Hier mal die CSS Datei:
PHP:
body, html{  
            background: url(Bilder/BG.png);
            padding: 0;
}

div#alles { 
           text-align: left;
           margin: auto;
           width: 950px;
           z-index: 1;
}

div#navi {
          width:175px;
          height:425px;
          float: left;
          font-family:Myriad Pro, Arial;
          background: url(Bilder/Navi.png);
          padding-left: 20px;
          padding-top: 10px;
          padding-right: 20px;
          z-index: 2;
}

div#con {
          margin-left: 250px;
          width:525px;
          height:700px;
          font-family:Myriad Pro, Arial;
          background: url(Bilder/Content.png);
          padding-left: 20px;
          padding-top: 10px;
          padding-right: 20px;
          z-index: 3;
}

Und noch die HTML-Datei:
PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
<html> 
 <head>
  <title>Bash</title>
   <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1" /> 
   <meta name="robots" content="index,follow" /> 
   <meta name="Content-Language" content="de" />
   <meta name="keywords" content="" />
   <meta name="description" content="" /> 
   <link rel="stylesheet" type="text/css" href="HTML/Main.css">
 </head>
 <body onload="Home()">

  <div id="alles">
    <div id="navi">
      Menu
      <br>
      <br>
      <br>
      <?
      include 'Navi.php';
      ?>
    </div>
    
    <div id="con">
      Content
      <br>
      <br>
      <br>
      <span id="Content"></span>
    </div>
    
  </div>

</body>
</html>

Hat jemand eine Ahnung was der IE nicht mag?

PS: Problem lag an irgentwelchem META-Tags die ich per /> geschlossen habe und der IE das irgentwie nicht mag...
 
Zuletzt bearbeitet: