salut à tous...
j'ai créé une page et j'ai (encore) un bug IE :
Je ne sais pas comment corriger le bug.
merci d'avance
j'ai créé une page et j'ai (encore) un bug IE :
<html>
<head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<style>
body
{
cursor: default;
background-color: #ffffff;
}
a.menulink
{
color: #000000;
width: 200px;
border: solid 1px #5555ff;
background: #ccccff;
padding: 2px;
padding-left: 10px;
text-decoration: none;
margin-bottom: 5px;
display: block;
}
a.menulink:hover
{
background-color: #ffffcc;
}
</style>
</head>
<body>
<a href="#" class="menulink">Plan d'accès</a>
<a href="#" class="menulink">Nous contacter</a>
<a href="#" class="menulink">L'album photo</a>
<a href="#" class="menulink">Les moniteurs</a>
</body>
</html>
Je ne sais pas comment corriger le bug.
merci d'avance