ça fait déjà un petit temps que je me casse la tête à faire le menu de ce site.
Sur firefox, j'obtiens à peu près le résultat recherché, j'aimerai juste que le input de la recherche soit de la même hauteur que les autres éléments du menu.
Sur IE, c'est le carnage total, j'aimerai obtenir le même résultat que sur firefox.
Voici le code CSS de la partie concernée:
CODE
#hnav {
margin:0px;
height: 25px;
background-color: #2A187C;
border-top: solid 2px #2A187C;
border-bottom: solid 2px #2A187C;
}
#hnav ul{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
#hnav ul li{
float:left;
list-style-type: none;
}
#hnav ul li form input{
background: white;
color: #A3A3A3;
margin: 0px;
padding: 0px;
}
#hnav ul li a{
border-right: solid 1px #2A187C;
border-left: solid 1px #2A187C;
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
}
#hnav ul li a:hover {
background-color: White;
color: #2A187C;
}
#active a:link, #active a:visited, #active a:hover
{
background-color: #CDE0FE;
color: #2A187C;
}
margin:0px;
height: 25px;
background-color: #2A187C;
border-top: solid 2px #2A187C;
border-bottom: solid 2px #2A187C;
}
#hnav ul{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
#hnav ul li{
float:left;
list-style-type: none;
}
#hnav ul li form input{
background: white;
color: #A3A3A3;
margin: 0px;
padding: 0px;
}
#hnav ul li a{
border-right: solid 1px #2A187C;
border-left: solid 1px #2A187C;
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
}
#hnav ul li a:hover {
background-color: White;
color: #2A187C;
}
#active a:link, #active a:visited, #active a:hover
{
background-color: #CDE0FE;
color: #2A187C;
}
Comment puis-je faire?
Merci d'avance pour votre aide
