phil: layout in mozilla richtig, in IE falsch -> fehlersuche/behebung

Beitrag lesen

hallo an alle !!!

wenn ihr diesem link hier folgt, landet ihr auf der neuen page von mir!
http://philz.lookle.serveronline.de/best-linkz/

Öffnet ihn einmal mit dem IE und einmal mit dem Mozilla!
Im Mozilla wird er richtig dargestellt im IE falsch!

Hier ist der Quellcode:

---------------------------------------------------------------

<html>
<head>
<title>Best-Linkz</title>
<link rel="shortcut icon" href="add.ico">
<style type="text/css">
/* CSS Document */
body     { background-color:#5bc1f4; }

.l-header    { color:#000000; }
.linkschrift1   { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:900 }

/* Navi */
.kasten-navi1   {
        background-color:#00CCFF;
         border-color:#95ff66;
        width:700;
        height:50;
        border-bottom:dashed;
        border-top:dashed;
        }

.haupt-kasten   {
        background-color:#00CCFF;
        border-color:#95ff66;
        width:700;
        height:700;
        border:dashed;
        }

div#kasten-navi-links   {
      text-align:left;
      width:120;
      height:495;
      border-right:dashed;
      float: left;
      }

div#mitte-inhalt  {
      width:600;
      height:495;
      margin-left:100;
      padding:0;
      }

div#link-ubas   {
      font-weight:bold;
      font-size:14px;
      border-bottom:double;
      border-bottom-color:#000000;
      background-color:#95ff66;
      }

a#link1     {
      color:#000000;
      }

/* Pseudo */
a:hover     { text-decoration:none}
a:focus     { text-decoration:none}
a:link     { text-decoration:none}
a:visited    { text-decoration:none}
</style>
</head>
<body>
<div align="center">
 <div align="center" class="haupt-kasten">
  <a href="index.php"><img src="design/header.gif" alt="Best-LinkZ" border="0"></a><br>
  <div align="center" class="kasten-navi1"></div>
  <div align="left">
   <div align="left" id="kasten-navi-links">
    <div id="link-ubas">
     <a href="ubasicht.php" id="link1">
      &nbsp;<img src="design/mini.gif" border="0">&nbsp;&nbsp; Hauptmen&uuml
     </a>
    </div>
   </div>
   <div id="mitte-inhalt">qwdqwdqwd</div>
  </div>
 </div>
</div>
</body>
</html>