• http://www.wachstumstrend.de funktioniert überall ausser auf dem IE 6. der verschiebt die rechte spalte "rechts" in eine neue zeile. hat jemand einen tipp, was ich da machen könnte. für jede hilfe bin ich total dankbar.

    hier das script:
    <style type="text/css" media="screen">


    /* layer*/

    #box {
    width:965px;
    margin: 0px auto;
    padding:0px;
    text-align:left;
    }

    #links {
    width:220px;
    padding:0px;
    margin:10px 0px 10px 10px;
    background-color:#94c196;
    border: 1px solid #000000;
    float:left;
    }

    #press {
    padding:0px;
    margin:5px 5px 5px 5px;
    background-color:#FFFF99;
    border: 1px solid #000000;
    }

    #inhalt {
    width:486px;
    padding:0px;
    margin:10px;
    float:left;
    }

    #inhalt1 {
    width:486px;
    border: 1px solid #000000;
    padding:0px;
    background-color:#cc3333;
    margin:0px 0px 10px 0px;
    }


    #inhalt2 {
    width:486px;
    border: 1px solid #000000;
    padding:0px;
    background-color:#669999;
    margin:0px 0px 10px 0px;
    }


    #inhalt3 {
    width:486px;
    border: 1px solid #000000;
    padding:0px;
    background-color:#FFCC66;
    margin:0px 0px 10px 0px;
    }

    #inhalt4 {
    width:486px;
    border: 1px solid #000000;
    padding:0px;
    background-color:#ff9999;
    margin:0px 0px 10px 0px;
    }

    #rechts {
    width:215px;
    padding:0px;
    margin:10px 0px 0px 0px;
    float:left;

    }#rechts1 {
    width:215px;
    border: 1px solid #000000;
    padding:0px;
    margin:0px 0px 10px 0px;
    background-color:#d6ebd6;

    }
    #rechts2 {
    width:215px;
    border: 1px solid #000000;
    padding:0px;
    margin:0px 0px 10px 0px;
    background-color:#add6ad;

    }

    #rechts3 {
    width:215px;
    border: 1px solid #000000;
    padding:0px;
    margin:0px 0px 10px 0px;
    background-color:#d6ebd6;

    }


    --></style>
    Beitrag bearbeiten/löschen

  • sry, war ich wohl zu hastig.
    Dein Problem wird meist durch die vom IE anders interpretierten margin und padding-werte versursacht.
    versuche einmal, die Breite von #box zu vergrößern. wenns dann passt, den wert in ein conditional comment packen und damit nur beim ie6 verwenden.

    Gruß,
    Jojo


  • ich habe die breite auf 1000 px gestellt, aber das problem ist immer noch da und zwar nur beim ie 6. alle anderen browser auch ie 5 funktionieren einwandfrei. danke für jeglichen tipp. gruss drefman