[CSS] Texte qui sort de mon bloc

Texte qui sort de mon bloc [CSS] - HTML/CSS - Programmation

Marsh Posté le 25-04-2005 à 12:47:22    

Bonjour, j'ai un soucis avec mon texte qui sort dem on bloc, pourtant j'ai défini une taille (width) pour chaque bloc, je ne comprends donc pas pourquoi le txt sort du bloc ?
 
image :
 
http://perso.latribu.com/dolby/WIP/bloc/bloc.jpg
 
 
le code :
 

Code :
  1. div#allign-gauche_img_txt {
  2. width: 645px;
  3. border: solid 1px;
  4. height: auto;
  5. margin-bottom: 5px;
  6. }
  7. div#img_accueil_01 {
  8. width: 329px;
  9. border: solid 1px;
  10. height: auto;
  11. margin-right: 20px;
  12. float : left;
  13. }
  14. div#txt_accueil_01 {
  15. width: 250px;
  16. height: 100%;
  17. border: solid 1px;
  18. float: left;
  19. }
  20. et pour le txt :
  21. .css_txt_general_c14
  22. {
  23. color: #ffffff;
  24. }
  25. et pr le HTML  :
  26. <div id="contenu_ok">
  27. <a name="parag_65"></a><h3></h3>
  28. <div id="allign-gauche_img_txt">
  29. <div id="img_accueil_01">
  30. <img src="http://lecarpediem.bugiweb.com/pics/20054259413PFU_thumb.jpg" width="327" height="282" alt="" longdesc="" />
  31. </div>
  32. <div id="txt_accueil_01">
  33. <p class="css_txt_general_c14">hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh<br />hhhhhhhhhhhhhhhhhhhhhhhhh</p><p> </p>
  34. </div>
  35. </div>
  36. </div>


Message édité par Dolby le 25-04-2005 à 12:48:20
Reply

Marsh Posté le 25-04-2005 à 12:47:22   

Reply

Marsh Posté le 25-04-2005 à 12:52:33    

overflow:auto;


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 25-04-2005 à 14:37:17    

sur le texte ?

Reply

Marsh Posté le 25-04-2005 à 14:38:36    

sur le div :o


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 25-04-2005 à 14:57:02    

Tu as essayé avec des "vrais" mots ? :)
La césure ne peut pas se faire *dans* les lettres d'un mot, mais seulement *entre* les mots, donc un "mot" comme hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ne sera jamais coupé.


---------------
www.polychromies.com (Portfolio) - www.photographier-bebe.com (livre photo de bébé) - www.alsacreations.com
Reply

Marsh Posté le 25-04-2005 à 15:19:46    

j'y avaais pensé et en effet c'est bien ca !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed