Problème CSS affichage
Tzzz
-
k.mestdagh Messages postés 42 Statut Membre -
k.mestdagh Messages postés 42 Statut Membre -
Bonjour,
Je débute et j'ai besoin d'aide svp.
VOICI MON CODE :
<a href="#" id="bouton-connexion"></a>
#bouton-connexion
{
background-image: url(images/bouton-connexion.png);
height: 30px;
width: 99px;
}
<a href="#" id="h"></a>
#h
{
height: 111px;
width: 140px;
position: fixed;
bottom: 0px;
right: 0px;
background-image: url(images/vote.png);
}
En fait je voudrai savoir pourquoi ça ne m'affiche pas "bouton-connexion".
sachant que ça m'affiche "h".
merci d'avance
Je débute et j'ai besoin d'aide svp.
VOICI MON CODE :
<a href="#" id="bouton-connexion"></a>
#bouton-connexion
{
background-image: url(images/bouton-connexion.png);
height: 30px;
width: 99px;
}
<a href="#" id="h"></a>
#h
{
height: 111px;
width: 140px;
position: fixed;
bottom: 0px;
right: 0px;
background-image: url(images/vote.png);
}
En fait je voudrai savoir pourquoi ça ne m'affiche pas "bouton-connexion".
sachant que ça m'affiche "h".
merci d'avance
A voir également:
- Problème CSS affichage
- Affichage double ecran - Guide
- Problème affichage fenêtre windows 10 - Guide
- Windows 11 affichage classique - Guide
- Problème affichage facebook ✓ - Forum Facebook
- Problème affichage clavier android - Guide
4 réponses
utilise une class "..."
<a href="#" class="h">... </a>
mais je pense que tu te trompe dans ce que tu fais.
la balise <a> est utilisé pour faire des liens d'un fichier html à un autre ou via un site web. http://
<a href="#" class="h">... </a>
mais je pense que tu te trompe dans ce que tu fais.
la balise <a> est utilisé pour faire des liens d'un fichier html à un autre ou via un site web. http://