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 :
le code :
Code :
- div#allign-gauche_img_txt {
- width: 645px;
- border: solid 1px;
- height: auto;
- margin-bottom: 5px;
- }
- div#img_accueil_01 {
- width: 329px;
- border: solid 1px;
- height: auto;
- margin-right: 20px;
- float : left;
- }
- div#txt_accueil_01 {
- width: 250px;
- height: 100%;
- border: solid 1px;
- float: left;
- }
- et pour le txt :
- .css_txt_general_c14
- {
- color: #ffffff;
- }
- et pr le HTML :
- <div id="contenu_ok">
- <a name="parag_65"></a><h3></h3>
- <div id="allign-gauche_img_txt">
- <div id="img_accueil_01">
- <img src="http://lecarpediem.bugiweb.com/pics/20054259413PFU_thumb.jpg" width="327" height="282" alt="" longdesc="" />
- </div>
- <div id="txt_accueil_01">
- <p class="css_txt_general_c14">hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh<br />hhhhhhhhhhhhhhhhhhhhhhhhh</p><p> </p>
- </div>
- </div>
- </div>
|
Message édité par Dolby le 25-04-2005 à 12:48:20