A voir également:
- Remplacement image de fond
- Coco chat remplacement - Accueil - Réseaux sociaux
- Remplaçant de Coco : quelles solutions pour tchater gratuitement en ligne ? - Accueil - Réseaux sociaux
- Image iso - Guide
- Acronis true image - Télécharger - Sauvegarde
- Image libre de droit gratuite google - Guide
4 réponses
arthezius
Messages postés
3538
Date d'inscription
jeudi 15 mai 2008
Statut
Membre
Dernière intervention
11 septembre 2016
475
25 janv. 2011 à 01:12
25 janv. 2011 à 01:12
L'url de ton image...
oui mais justement comment trouver/définir l'url ?
arthezius
Messages postés
3538
Date d'inscription
jeudi 15 mai 2008
Statut
Membre
Dernière intervention
11 septembre 2016
475
25 janv. 2011 à 02:16
25 janv. 2011 à 02:16
Il faut héberger l'image. Tu auras ensuite l'url et il te suffira de la remplacer dans le CSS.
https://www.google.com/search?channel=fs&q=h%C3%A9bergeur+image&ie=utf-8&oe=utf-8&gws_rd=ssl#sclient=psy&hl=fr&safe=off&source=hp&q=h%C3%A9bergeur+image&aq=f&aqi=&aql=&oq=h%C3%A9bergeur+image&pbx=1&fp=671ea1b2d59ff0ad
https://www.google.com/search?channel=fs&q=h%C3%A9bergeur+image&ie=utf-8&oe=utf-8&gws_rd=ssl#sclient=psy&hl=fr&safe=off&source=hp&q=h%C3%A9bergeur+image&aq=f&aqi=&aql=&oq=h%C3%A9bergeur+image&pbx=1&fp=671ea1b2d59ff0ad
Donc au lieu de
body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(images/fond.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
ça donnerai
body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(http://img132.imageshack.us/i/wowcataclysmk.jpg/);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
?
body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(images/fond.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
ça donnerai
body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(http://img132.imageshack.us/i/wowcataclysmk.jpg/);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
?
arthezius
Messages postés
3538
Date d'inscription
jeudi 15 mai 2008
Statut
Membre
Dernière intervention
11 septembre 2016
475
25 janv. 2011 à 03:56
25 janv. 2011 à 03:56
Simple question (sans vouloir être désagréable): pourquoi ne fais tu pas l'essai?
C'est aussi comme ça qu'on apprends...
C'est aussi comme ça qu'on apprends...