Bonjour
Je suis en train de faire un site entrierement en CSS pour la mise en forme.
J'ai un problème que vous pouvez-voir ici
le background des marges ne se répète pas alors que j'ai mis background-repeat:repeat-y;
voici mon code
Je suis en train de faire un site entrierement en CSS pour la mise en forme.
J'ai un problème que vous pouvez-voir ici
le background des marges ne se répète pas alors que j'ai mis background-repeat:repeat-y;
voici mon code
#corps{
float:left; width:600px; height:434px; margin-left:40px;}
#corps_top{
background-image: url(./img/corps_top.png); width:600px; height:18px;}
#corps_left{
float:left; background-image: url(./img/corps_left.png); background-repeat:repeat-y; width:6px; min-height:400px;}
#corps_middle{
float:left; background-image: url(./img/test.png); background-repeat:repeat-y; width:588px; min-height:400px; text-align:justify;}
#corps_right{
float:left; background-image: url(./img/corps_right.png); background-repeat:repeat-y; width:6px; min-height:400px;}
#corps_bottom{
float:left; background-image: url(./img/corps_bottom.png); width:600px; height:16px;}