Probléme de css
Fermé
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
-
30 oct. 2008 à 02:45
wise_girl Messages postés 42 Date d'inscription lundi 13 octobre 2008 Statut Membre Dernière intervention 2 août 2009 - 30 oct. 2008 à 16:10
wise_girl Messages postés 42 Date d'inscription lundi 13 octobre 2008 Statut Membre Dernière intervention 2 août 2009 - 30 oct. 2008 à 16:10
A voir également:
- Probléme de css
- Css premier plan ✓ - Forum CSS
- Css exposant ✓ - Forum CSS
- Css download - Télécharger - HTML
- Css retour à la ligne ✓ - Forum CSS
- Saut de lignes sans <br/> ✓ - Forum Webmastering
8 réponses
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
1
30 oct. 2008 à 02:57
30 oct. 2008 à 02:57
--heho y a po de réponse????????? j'en é besoin mnt plzzz
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
1
30 oct. 2008 à 03:01
30 oct. 2008 à 03:01
ou ça ?? dsl jé ri1 reçu
I'm_Here
Messages postés
154
Date d'inscription
mardi 15 juillet 2008
Statut
Membre
Dernière intervention
30 novembre 2008
26
30 oct. 2008 à 14:20
30 oct. 2008 à 14:20
Bonjour,
Est-ce que votre question est du genre comment implémenter les styles CSS dans une page HTML ??.
Si oui, alors http://www.commentcamarche.net/forum/affich 8932880 les feuilles des styles css
Est-ce que votre question est du genre comment implémenter les styles CSS dans une page HTML ??.
Si oui, alors http://www.commentcamarche.net/forum/affich 8932880 les feuilles des styles css
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
1
30 oct. 2008 à 14:50
30 oct. 2008 à 14:50
--non ç pas ça .look par exemple ce code je le déja ecrit dans un fichier .css :
#painters2 {
padding:0;
margin:0;
list-style-type:none;
}
#painters2 li {
width:75px;
height:20px;
float:left;
border:1px solid #000;
margin-right:2px;
}
#painters2 a em {
font-style:normal;
font-size:1em;
line-height:1.5em;
}
#painters2 a {
text-decoration:none;
color:#000;
position:absolute;
width:75px;
height:20px;
display:block;
text-align:center;
}
#painters2 a.red {background:#c00; color:#fff;}
#painters2 a.orange {background:#fc0; color:#000;}
#painters2 a.yellow {background:#ee0; color:#000;}
#painters2 a.green {background:#080; color:#fff;}
#painters2 a.blue {background:#00c; color:#fff;}
#painters2 a:hover {
width:120px;
height:28px;
z-index:200;
background:transparent url(centre.jpg);
}
#painters2 a:hover em {
font-size:1.5em;
line-height:1.1em;
overflow:hidden;
cursor:pointer;
background:#fff;
border:1px solid #000;
position:absolute;
width:120px;
height:25px;
left:-12px;
top:-4px;
}
#painters2 a:hover.red em {background:#c00;}
#painters2 a:hover.orange em {background:#fc0;}
#painters2 a:hover.yellow em {background:#ee0;}
#painters2 a:hover.green em {background:#080;}
#painters2 a:hover.blue em {background:#00c;}
ET COMENT SVP JE DOIT FAIRE POUR L'APPLER EN .HTML??
merci bien Mr je vs attends
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
#painters2 {
padding:0;
margin:0;
list-style-type:none;
}
#painters2 li {
width:75px;
height:20px;
float:left;
border:1px solid #000;
margin-right:2px;
}
#painters2 a em {
font-style:normal;
font-size:1em;
line-height:1.5em;
}
#painters2 a {
text-decoration:none;
color:#000;
position:absolute;
width:75px;
height:20px;
display:block;
text-align:center;
}
#painters2 a.red {background:#c00; color:#fff;}
#painters2 a.orange {background:#fc0; color:#000;}
#painters2 a.yellow {background:#ee0; color:#000;}
#painters2 a.green {background:#080; color:#fff;}
#painters2 a.blue {background:#00c; color:#fff;}
#painters2 a:hover {
width:120px;
height:28px;
z-index:200;
background:transparent url(centre.jpg);
}
#painters2 a:hover em {
font-size:1.5em;
line-height:1.1em;
overflow:hidden;
cursor:pointer;
background:#fff;
border:1px solid #000;
position:absolute;
width:120px;
height:25px;
left:-12px;
top:-4px;
}
#painters2 a:hover.red em {background:#c00;}
#painters2 a:hover.orange em {background:#fc0;}
#painters2 a:hover.yellow em {background:#ee0;}
#painters2 a:hover.green em {background:#080;}
#painters2 a:hover.blue em {background:#00c;}
ET COMENT SVP JE DOIT FAIRE POUR L'APPLER EN .HTML??
merci bien Mr je vs attends
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
I'm_Here
Messages postés
154
Date d'inscription
mardi 15 juillet 2008
Statut
Membre
Dernière intervention
30 novembre 2008
26
30 oct. 2008 à 15:31
30 oct. 2008 à 15:31
mets ton code dans un fichier d'extension .css appelle le par exemple wise_girl.css puis ouvre la source de ton fichier HTML et dans le head mets ceci :
<head> <link rel="stylesheet" type="text/css" href="wise_girl.css" /> </head>
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
1
30 oct. 2008 à 15:49
30 oct. 2008 à 15:49
--un des deux hypotheses:soit le css ne m'aime po alors son code vt po s'exécuté ,soit ss béte é je sé po ça !:s:s:s
dsl mé ça ne vt po réussi
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
dsl mé ça ne vt po réussi
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
I'm_Here
Messages postés
154
Date d'inscription
mardi 15 juillet 2008
Statut
Membre
Dernière intervention
30 novembre 2008
26
30 oct. 2008 à 16:03
30 oct. 2008 à 16:03
Voici un petit exemple copie ça dans un ficher texte et nomme le wise_girl.htm
ouvre un nouveau fichier texte et copie ceci nomme-le wise_girl.css
maintenant ouvre ton fichier HTML que tu as créer :
tu vois ça : <link rel="stylesheet" type="text/css" href="wise_girl.css" /> on va le décortiquer ensemble ..
ceci se traduit comme : fait un lien dans le fichier HTML link qui lie une feuille de styles stylesheet de type mime text/css et son nom est wise_girl.css
<html> <head> <link rel="stylesheet" type="text/css" href="wise_girl.css" /> </head> <body> j'espère que tu as compris </body> </html>
ouvre un nouveau fichier texte et copie ceci nomme-le wise_girl.css
body { background-color:pink; color:red; }
maintenant ouvre ton fichier HTML que tu as créer :
tu vois ça : <link rel="stylesheet" type="text/css" href="wise_girl.css" /> on va le décortiquer ensemble ..
ceci se traduit comme : fait un lien dans le fichier HTML link qui lie une feuille de styles stylesheet de type mime text/css et son nom est wise_girl.css
wise_girl
Messages postés
42
Date d'inscription
lundi 13 octobre 2008
Statut
Membre
Dernière intervention
2 août 2009
1
30 oct. 2008 à 16:10
30 oct. 2008 à 16:10
--ok merci bien ,j'ai compris mnt
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
...savoir (+) c'est vivre (+)...mais vivre (-) c'est pas toujours savoir (-)....
{i hope to be wise in my first life like a in my second too (inchalah)}
30 oct. 2008 à 02:59