Bonjour,
Je souhaite créer un bouton "submit" qui ouvre la page "error.html" mais mon code actuel qui marche sous Firefox et Chrome, ne marche pas sous Internet explorer 8 : la page "error.html" ne s'ouvre pas.
Est-ce que vous auriez une petite idée ? Merci d'avance...
Mon code :
HTML :
<a href="error.html" target="_self"><input class="bouton" type="button" value="Envoyer"/></a>
CSS :
.bouton{
background-image:url(../images/submit.png);
text-indent:-9999px;
width:85px;
height:15px;
margin-top:10px;
margin-left:0px;
}
.bouton:link{
background-position:0 0;
}
.bouton:visited {
background-position:0 0;
}
.bouton:active {
background-position:0 0;
}
.bouton:hover {
height:15px;
width:85px;
margin-top:10px;
margin-left:0px;
background-image:url(../images/submit2.png);
}
Je souhaite créer un bouton "submit" qui ouvre la page "error.html" mais mon code actuel qui marche sous Firefox et Chrome, ne marche pas sous Internet explorer 8 : la page "error.html" ne s'ouvre pas.
Est-ce que vous auriez une petite idée ? Merci d'avance...
Mon code :
HTML :
<a href="error.html" target="_self"><input class="bouton" type="button" value="Envoyer"/></a>
CSS :
.bouton{
background-image:url(../images/submit.png);
text-indent:-9999px;
width:85px;
height:15px;
margin-top:10px;
margin-left:0px;
}
.bouton:link{
background-position:0 0;
}
.bouton:visited {
background-position:0 0;
}
.bouton:active {
background-position:0 0;
}
.bouton:hover {
height:15px;
width:85px;
margin-top:10px;
margin-left:0px;
background-image:url(../images/submit2.png);
}