jerome1 Posted April 23, 2011 Share Posted April 23, 2011 bonjour,voici mon site : http://www.maudboutique.frcomme vous le voyer sur le site je souhaite comblé le haut de ma page en gris.voila comment j'ai écris dans le fichier css en ligne 183: #page { background-image: url('../img/rj.jpg'); width: 980px; margin: 0 auto 2px auto; text-align:left;pour cela j'ai crée un image avec juste une zone grise au dessus que j'ai nommé rj.jpg. le problème c'est que l'image ce répette plusieurs fois alors que moi je veux juste une seul fois.Comment je dois écrire dans mon fichier css? merci Link to comment Share on other sites More sharing options...
btsconsult Posted April 23, 2011 Share Posted April 23, 2011 Bonjour,Peut-être poser la question dans le forum Développement Link to comment Share on other sites More sharing options...
Vincent Decaux Posted April 24, 2011 Share Posted April 24, 2011 Plutôt forum Intégration. Pour faire plus simple, fais : #page { background-color:white; margin:10px auto 2px; text-align:left; } Et ligne 189, sur h1#logo, enlève le "margin-top:0.5em;". Plus besoin d'une image et le résultat est pareil. Link to comment Share on other sites More sharing options...
Oron Posted April 24, 2011 Share Posted April 24, 2011 BonjourPour ne pas répéter une image :#page { background-image: url(’../img/rj.jpg’);background-repeat: no-repeat;width: 980px; margin: 0 auto 2px auto; text-align:left;} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now