Probleme CSS
Résolu
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
-
21 juil. 2008 à 11:52
Pitch@n Messages postés 222 Date d'inscription jeudi 30 août 2007 Statut Membre Dernière intervention 1 août 2013 - 22 juil. 2008 à 12:28
Pitch@n Messages postés 222 Date d'inscription jeudi 30 août 2007 Statut Membre Dernière intervention 1 août 2013 - 22 juil. 2008 à 12:28
A voir également:
- Probleme CSS
- Background color css ✓ - Forum CSS
- Enlever le soulignement d'un lien css ✓ - Forum Réseaux sociaux
- Css download - Télécharger - HTML
- Enlever le soulignage des lien. - Forum CSS
- Enlever soulignement lien css ✓ - Forum CSS
9 réponses
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
22 juil. 2008 à 12:28
22 juil. 2008 à 12:28
!!! C'est bon problème réglé après plusieurs heures !!! lool
Voila la solution : dans le <img on rajoute class="nocadre"
<a href="index.php?page=guildroster"><img src="images/guildroster.jpg" class="nocadre"></a>
Et dans le css :
.nocadre{
border:none;
}
Voila ;) je met mon sujet en résolu merci les gens d'avoir essayé de m'aider
Voila la solution : dans le <img on rajoute class="nocadre"
<a href="index.php?page=guildroster"><img src="images/guildroster.jpg" class="nocadre"></a>
Et dans le css :
.nocadre{
border:none;
}
Voila ;) je met mon sujet en résolu merci les gens d'avoir essayé de m'aider
macgawel
Messages postés
664
Date d'inscription
mercredi 7 mai 2008
Statut
Membre
Dernière intervention
1 novembre 2008
89
21 juil. 2008 à 12:12
21 juil. 2008 à 12:12
Bonjour.
La feuille de style est appelé par l'index mais n'est pas prise en compte
Soit tu n'appelles pas la feuille de style (mauvaise adresse relative, par exemple), soit il y a une erreur dedans.
On pourrait avoir le CSS, pour voir ?
La feuille de style est appelé par l'index mais n'est pas prise en compte
Soit tu n'appelles pas la feuille de style (mauvaise adresse relative, par exemple), soit il y a une erreur dedans.
On pourrait avoir le CSS, pour voir ?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
21 juil. 2008 à 12:18
21 juil. 2008 à 12:18
Oui bien sur :)
Voila ce qu'indique ma page index : <link href="style.css" rel="stylesheet" type="text/css">
Et ici le CSS :
html {
cursor : url(http://hammerheroes.free.fr/curseur/MCl_norm.cur default;
}
body{scrollbar-3d-light-color: #000000;
scrollbar-arrow-color: #C59753;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #C59753;
scrollbar-shadow-color: #C59753;
background-image: url(http://hammerheroes.free.fr/images/fond.jpg);
}
body,table {font-size: 10px; color: #C3C3C1; font-family : Tahoma; font-weight: bold;} /*texte gris*/
A.menu1:link {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:active {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:visited {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:hover {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline overline}
A.menu2:link {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:active {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:visited {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:hover {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline overline}
.Style1 {font-size: 11px; color: #C59753; font-family : Tahoma; font-weight: bold;} /*texte orange titre*/
.Style2 {font-size: 10px; color: #C59753; font-family : Tahoma; font-weight: bold;} /*texte orange texte*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: left;
top: 0;
left: 0;
}
#menu {
width: 15em;
width: 162px;
}
#menu dt {
cursor: url(http://hammerheroes.free.fr/curseur/MCl_norm.cur);
margin: 10px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background-image: url(http://hammerheroes.free.fr/images/fond-menu.png);
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #000000;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover,
#menu dt a:hover {
background-image: url(http://hammerheroes.free.fr/images/fond-menu2.png);
}
voila :)
Voila ce qu'indique ma page index : <link href="style.css" rel="stylesheet" type="text/css">
Et ici le CSS :
html {
cursor : url(http://hammerheroes.free.fr/curseur/MCl_norm.cur default;
}
body{scrollbar-3d-light-color: #000000;
scrollbar-arrow-color: #C59753;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #C59753;
scrollbar-shadow-color: #C59753;
background-image: url(http://hammerheroes.free.fr/images/fond.jpg);
}
body,table {font-size: 10px; color: #C3C3C1; font-family : Tahoma; font-weight: bold;} /*texte gris*/
A.menu1:link {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:active {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:visited {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu1:hover {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline overline}
A.menu2:link {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:active {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:visited {FONT-SIZE: 11px; COLOR: #C3C3C1; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: none}
A.menu2:hover {FONT-SIZE: 11px; COLOR: #C59753; text-align: CENTER; FONT-FAMILY: Times New Roman; TEXT-DECORATION: underline overline}
.Style1 {font-size: 11px; color: #C59753; font-family : Tahoma; font-weight: bold;} /*texte orange titre*/
.Style2 {font-size: 10px; color: #C59753; font-family : Tahoma; font-weight: bold;} /*texte orange texte*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: left;
top: 0;
left: 0;
}
#menu {
width: 15em;
width: 162px;
}
#menu dt {
cursor: url(http://hammerheroes.free.fr/curseur/MCl_norm.cur);
margin: 10px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background-image: url(http://hammerheroes.free.fr/images/fond-menu.png);
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #000000;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover,
#menu dt a:hover {
background-image: url(http://hammerheroes.free.fr/images/fond-menu2.png);
}
voila :)
macgawel
Messages postés
664
Date d'inscription
mercredi 7 mai 2008
Statut
Membre
Dernière intervention
1 novembre 2008
89
21 juil. 2008 à 12:28
21 juil. 2008 à 12:28
Après test en local, ça a l'air d'être correct...
Le CSS se trouve bien dans le même répertoire que la page html ?
Tu as vidé le cache de ton navigateur ? (tu utilises un navigateur supportant le CSS ?)
Le CSS se trouve bien dans le même répertoire que la page html ?
Tu as vidé le cache de ton navigateur ? (tu utilises un navigateur supportant le CSS ?)
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
21 juil. 2008 à 13:24
21 juil. 2008 à 13:24
J'utilise IE 7 et Firefox 3
Le répertoire dans lequel ce trouve le style est le même que celui de l'index
Donc la j'ai aucune idée du ourquoi du comment :)
Le répertoire dans lequel ce trouve le style est le même que celui de l'index
Donc la j'ai aucune idée du ourquoi du comment :)
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
21 juil. 2008 à 15:59
21 juil. 2008 à 15:59
Personne n'aurait une pitite idée ? :)
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
21 juil. 2008 à 22:42
21 juil. 2008 à 22:42
Toujours up
Pitch@n
Messages postés
222
Date d'inscription
jeudi 30 août 2007
Statut
Membre
Dernière intervention
1 août 2013
66
22 juil. 2008 à 11:42
22 juil. 2008 à 11:42
Tu a vu mon site ? peut être le problème vient de mon index je sais pas.
Je pose la question ici parce que justement le css est censé fonctionner et mon adresse est correcte sur l'index donc ...
Je pose la question ici parce que justement le css est censé fonctionner et mon adresse est correcte sur l'index donc ...