Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 20.08.2009, 11:51
GoldieR GoldieR ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 25.05.2009
Beiträge: 13
GoldieR befindet sich auf einem aufstrebenden Ast
Standard Anzeige im IE falsch

Hallo
Ich habe mich an das Gerüst meiner Homepage gemacht.
hier der code:
Code:
#logo {
   background-color: #FEC641;
   padding: 0;
   height: 100px;
   margin: 10px;
   width: 100px;
   position: fixed; top: 15px;
   }

#header {
   background-color: #FEC641;
   padding: 0;
   height: 100px;
   margin: 10px 10px 10px 120px;
   }

#left {
   background: #FEC641;
   padding: 0;
   margin: 10px 10px
           10px -238px;
   width: 225px;
   position: absolute;
   top: -10px;
   left: 0;
   }

#main {
   background-color: #FEC641;
   padding: 0;
   margin: 10px 10px 10px 247px;
   position: relative;
   }
So soll es aussehen:

Dies funktioniert beim Firefox, bei Opera und bei Google Chrome.

Beim IE sieht es leider so aus:


Kann mir jemand sagen, woran dies liegt?

Lg
Mit Zitat antworten
Sponsored Links