28173 sujets

CSS et mise en forme, CSS3

Bonjour,

Voila j'ai un probleme je veux coder mon design en div plutôt qu'en table mais je veux qu'un certains de mes div's s'elargissent donc j'ai appliquer un height:100% mais il ne marche pas vraiment xD

voila le code:


<div title="header" style="width:758px"><img src="images/design_v1/aleatoire/img_0.jpg" width="751" height="243" alt="" /><img src="images/design_v1/design_v1_03.gif" width="7" height="243" alt="" /></div>
	<div title="menu" style="background-image:url(images/design_v1/design_v1_01.gif); width:166px; background-repeat:repeat; float:left">
	  <div style="margin-left:3px">
		menu
	  </div>
	</div>
<div title="content" style="width:571px; height:100%; float:left; background-color:#FFFFFF;">
content
</div>
<div title="barre" style="width:14px; height:100%; float:left; background-repeat:repeat; background-image:url(images/design_v1/design_v1_02.gif)">&nbsp;</div>
<div title="degrade" style="width:7px; height:100%; float:left; background-repeat:repeat; background-image:url(images/design_v1/design_v1_03.gif)">&nbsp;</div>
Administrateur
Hello et bienvenue ici,

As-tu pensé à faire une recherche (comme cela est conseillé sur la charte de l'inscription) dans l'incontournable FAQ ?
Il me semble que ceci devrait te donner des pistes : http://forum.alsacreations.com/faq/#item57

EDIT après re-relecture de ton message :
a écrit :
je veux qu'un certains de mes div's s'elargissent donc j'ai appliquer un height:100% mais il ne marche pas vraiment
Si tu veux que les blocs s'élargissent, il faut modifier la largeur (width) et non la hauteur (height) de ceux-ci.
Modifié par Raphael (29 Aug 2006 - 18:11)