• [^] # Re: openweb est ton ami

    Posté par . En réponse au message Problème de positionnement CSS. Évalué à 2.

    Avec ça, ça me convient :

    body {
    height: 750px;
    overflow:none;
    margin:10px;
    padding:0px;
    }

    #leftPane {
    border: solid 1px;
    float: left;
    width : 20%;
    height:750px;
    }

    #rightPane {
    border: solid 1px;
    border-left: 0px;
    float: left;
    width : 79%;
    height:750px;
    }


    Merci beaucoup !!