Bonjour et merci alsacréations pour ces nombreux conseils, j'ai enormement etudier sur ce site et encore beaucoup a apprendre.
je n'arrive pas a mettre deux bordure images sur mon body, un seul s'affiche uniquement.
voici mon code actuellement:
j'ai essayer sa, mais marche pas
Merci de votre aide.
ps: je pense que sa vient de ce code: background-repeat : repeat-y;
Modifié par Cianax (27 Jan 2006 - 23:34)
je n'arrive pas a mettre deux bordure images sur mon body, un seul s'affiche uniquement.
voici mon code actuellement:
html, body {
margin: 0px ;
padding: 0px ;
font-family: verdana, arial, sans-serif ;
font-size: 9pt ;
text-align: center ;
background: url(027/gondor_cbg.gif) ;
background-image : url(./027/gondor_bdrR.gif);
background-position : right;
background-repeat : repeat-y;
color: #000000 ;
}
j'ai essayer sa, mais marche pas
html, body {
margin: 0px ;
padding: 0px ;
font-family: verdana, arial, sans-serif ;
font-size: 9pt ;
text-align: center ;
background: url(027/gondor_cbg.gif) ;
background-image : url(./027/gondor_bdrR.gif);
background-position : right;
background-image : url(./027/gondor_bdrRL.gif);
background-position : left;
background-repeat : repeat-y;
color: #000000 ;
}
Merci de votre aide.
ps: je pense que sa vient de ce code: background-repeat : repeat-y;
Modifié par Cianax (27 Jan 2006 - 23:34)