metzger Posted October 11, 2016 Share Posted October 11, 2016 Bonjour a tous voici mon soucis en image. Comment faire pour que image de fond prend tous le site. Voici le lien de mon site pour voir le problème en direct:www.pirateliquide.com Merci avance pour votre aide Link to comment Share on other sites More sharing options...
doekia Posted October 11, 2016 Share Posted October 11, 2016 https://openclassrooms.com/courses/apprenez-a-creer-votre-site-web-avec-html5-et-css3/mettre-en-place-le-css Link to comment Share on other sites More sharing options...
Mediacom87 Posted October 11, 2016 Share Posted October 11, 2016 Bon, le soucis semble corrigé. Cela serait bien de mettre le topic en [Résolu] Link to comment Share on other sites More sharing options...
metzger Posted October 11, 2016 Author Share Posted October 11, 2016 je sais que il faut modifier le css le soucis c'est que j'ai pas quel partie modifier car j'ai fait sa avec le module arrière plan Link to comment Share on other sites More sharing options...
metzger Posted October 12, 2016 Author Share Posted October 12, 2016 personne a une solution a mon problème ??? je précise que j'ai essayer de toucher au css avec les valeur height mais image ne continue par sur mon footer . Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2016 Share Posted October 12, 2016 alors.. déjà tu dois modifier : .header-container, .columns-container, #header { background-attachment: fixed; background-image: url("https://pirateliquide.com/modules/changebackground/changebackground-s1.png"); background-position: right top; background-repeat: no-repeat; background-size: cover; } pour l'appliquer en plus sur la div ID : page, ce qui donne : #page, .header-container, .columns-container, #header { background-attachment: fixed; background-image: url("https://pirateliquide.com/modules/changebackground/changebackground-s1.png"); background-position: right top; background-repeat: no-repeat; background-size: cover; } ça reste une modification bien crade.. mais ça va faire ce que tu veux, bon courage ! Link to comment Share on other sites More sharing options...
metzger Posted October 12, 2016 Author Share Posted October 12, 2016 merci sa marche Tweb . 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