Retourner au contenu associé (entrée de forum : Problème de positionnement CSS)
Posté par Nelis le 01 mars 2005 à 16:36. En réponse au message Problème de positionnement CSS. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: openweb est ton ami
Posté par Nelis . En réponse au message Problème de positionnement CSS. Évalué à 2.
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 !!