Mon Pb est que la partie de gauche deborde !!
Cela vous est il deja arrivé ??
Et Comment resoudre la PB ?
Merci d'avance de vos réponses !
Voila le code :
<body>
<DIV style="background-color:#AABBCC; height:100 px;">Banniere</DIV>
<DIV style="background-color:#CCBBAA; height:100 px;">Menu</DIV>
<DIV style="background-color:black; height: 100 %; ">
<DIV style="position:absolute; left:auto; background-color:#456789; width:25 %; height:100 %">Gauche</DIV>
<DIV style="position:absolute; left:25 %; background-color:#AB2346; width:50 %; height:100 %">Centre</DIV>
<DIV style="position:absolute; left:75 %; background-color:#9AE789; width:25 %; height:100 %">Droitre</DIV>
</DIV>