Probleme CSS
Résolu
Pitch@n
Messages postés
222
Date d'inscription
Statut
Membre
Dernière intervention
-
Pitch@n Messages postés 222 Date d'inscription Statut Membre Dernière intervention -
Pitch@n Messages postés 222 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Probleme CSS
- Css download - Télécharger - HTML
- Enlever le soulignement d'un lien css ✓ - Forum Réseaux sociaux
- Css ligne horizontale ✓ - Forum CSS
- Enlever le soulignage des lien. - Forum CSS
- Enlever soulignement lien css ✓ - Forum CSS
9 réponses
!!! 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
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
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 :)
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 :)