|
|
|
|
#corps
{
margin-left:140px;
margin-bottom:20px;
padding:5px;
color:#00000;
background-color:#A3542B;
background-image:url("img/haug.gif");
background-repeat:repeat-x;
border:0px solid black;
}Configuration: Windows Vista Internet Explorer 7.0
Je crois que si tu lasisses tomber background-repeat:repeat-x;dans ton code, l'image se répétera dans le sens de la largeur et de la hauteur... |
Salut,
au lieu de :
background-image:url("img/haug.gif");
background-repeat:repeat-x;
essaie :
border-image: url("img/haug.gif");
|
x_x
C'est si bête... Oki, nikel... Je vais voir se que sa donne. -Edit : C'est pas bon, il y a aucune image qui s'affiche sur les bord de #cord Mais si je veux avoir une image différente en haux, en bas, a gauche, a droite ?
|
Oo
Y'a rien qui s'affiche : #corps
{
margin-left:140px;
margin-bottom:20px;
padding:5px;
color:#00000;
background-color:#A3542B;
border-top-image:url(img/haud.gif);
border-bottom-image:url(img/basg.gif);
border-right-image:url(img/haud.gif);
border-left-image:url(img/basg.gif);
border:0px solid black;
}
|
Merci ;) |