Le contenue texte déborde du cadre en bas

peter -  
 peter -
Bonjour,

depuis 5 h je lutte contre un cadre

http://codepen.io/anon/pen/jWEJxj

enfaîte

mon cadre commentairemessage

je met un height ou un mi height fin de limiter le cadre qd il y a rien ecrit

et qd un membre remplis le contenue dans le cadre au lieu de baiser en fonction du nombre de ligne

il me fait déborder le texte hors du cadre

merci





A voir également:

4 réponses

thibautB Messages postés 140 Date d'inscription   Statut Membre Dernière intervention   1
 
pour le message de l'auteur fait un truc comme ca c'est plus esthetique :
<p> jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhhhhhh, gggggggggggggggggggg, dddddddddddddddddd </p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
</div>

ensuite pour ton pannel je te conseille de le mettre en % au lieu de px puis si tu veut augmenter ca taille dessans dabord ton div remonter avec un position : fixed
top : 7%;
bottom: 7 %.
par exemple ^^
0
peter
 
tu peut faire un exemple merci pour un cadre commentaire juste pour me rendre compte
0
thibautB Messages postés 140 Date d'inscription   Statut Membre Dernière intervention   1
 
exemple :
<section class="commentaire">

<!-- Début dés qu'un topic sera résolue -->
<section class="commentairestatresolu">Statut du sujet : RESOLU (28/04/2015 à 16:21)</section>
<!-- Fin dés qu'un topic sera résolue -->


<!-- Début date et compteur -->
<section class="commentairehaut">

<div class="commentairedate">Posté Il y a 1 seconde</div>
<div class="commentairecompteur"># 1</div>

</section>
<!-- Fin date et compteur -->


<!-- Début auteur et titre message et message -->
<section class="commentairemilieu">
<div class="commentaireauteur">auteur</div>
<div class="commentairepost">
<div class="commentairesujet">Sujet du message : Titre </div>
<div class="commentairemessage">Message du auteur
<p> jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhhhhhh, gggggggggggggggggggg, dddddddddddddddddd </p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
<p>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
</div>


</div>





</section>
<!-- Fin auteur et titre message et message -->


<!-- Début bouton remonter et bouton signaler etc.... -->
<section class="commentairebas">

<div class="commentairebouttongauche">remonter</div>
<div class="commentairebouttondroite">autre bouton</div>

</section>
<!-- Fin bouton remonter et bouton signaler etc.... -->

et pour le css par exemple:
.commentairemessage
[
postion : fixed;
left : 7%;;
bottom: 20%;;
border-color:#CCCCCC; /* on affiche la couleur de la bordure */
border-style: solid; /* on affiche le style de l'a bordure */
border-width:0px 0px 0px 0px; /* top right bottom left */
margin:0px 0px 0px 0px;/* top right bottom left */
padding:0px 0px 0px 0px;/* top right bottom left */

}
0
thibautB Messages postés 140 Date d'inscription   Statut Membre Dernière intervention   1
 
sachant que la balise <p></p> et plus pratique que faire un <br />
0
peter
 
si je met un fixed ca done ca
http://codepen.io/anon/pen/jWEJxj

ce n'st pas un fixed
0
thibautB Messages postés 140 Date d'inscription   Statut Membre Dernière intervention   1
 
je pense qu'il faut que tu règle ton padding mais sinon pour ton message tu fait un truc comme ca :
<p> jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhhhhhh, gggggggggggggggggggg, dddddddddddddddddd ........jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj, hhhhhhhh, ,ggggggggggggggggggg, dddddddddddddddddd</p>
0
peter
 
là j'ai tester c un peut le bordel histoire des position

je referais sans car là ca casse tout les cadres
0
thibautB Messages postés 140 Date d'inscription   Statut Membre Dernière intervention   1
 
ok
0
peter
 
je sais ou il y a petit bug c au niveau du float left et right au niveau du cadre auteur et poste qui bug
c pour ca le texte ne suit pas

dc avez vous une une solution
0
peter
 
personne ne sais coment faire
0