Voila je boss un peu sous la mise en forme de mon site, et jai fais un tit menu en css.
Je lai test sous, IE, pas de pb mais par contre sous firefox ca coince carrement
Ca doit surement venir de mon code mais je dois dire que je vois pas tellement d'ou!
Sous IE:
http://billyboylindien.free.fr/a/myie.JPG
Sous firefox
http://billyboylindien.free.fr/a/firefox.JPG
J'ai uppé la page aussi :
http://billyboylindien.free.fr/a/Menu%20CSS.htm
Tous ca se trouve dans le dossier:
http://billyboylindien.free.fr/a/
Voila je galere la dessus et pas moyen de savoir d'ou ca vient si qqun a une iD
Le code du menu
CODE
<td><div align="center"><a href="index.htm" class="menulink Style1" width: 95px>Acceuil </a> <a href="discute.htm" class="menulink"> Pianos neufs </a> <a href="jeux.htm" class="menulink2"> Pianos d'occasions</a><a href="links.htm" class="menulink">Dépot-vente </a> <a href="vb.htm" class="menulink"> Nos magasins </a> <a href="recherche.htm" class="menulink"> Locations </a> <a href="contact.htm" class="menulink"> Contact </a></div></td>
avec le css suivant:
CODE
A.menulink
{
display: inline;
width: 95px;
text-align: center;
text-decoration: none;
font-family: Arial;
font-size:13px;
font-weight: bold;
color: #000000;
border: solid 1px #ff9933;
background-color:#eeeeee;
}
A.menulink:hover
{
border: solid 1px #cccccc;
background-color:#ff9933;
text-decoration: none;
}
A.menulink2
{
display: inline;
width: 140px;
text-align: center;
text-decoration: none;
font-family: Arial;
font-size:13px;
font-weight: bold;
color: #000000;
border: solid 1px #ff9933;
background-color:#eeeeee;
}
A.menulink2:hover
{
border: solid 1px #cccccc;
background-color:#ff9933;
text-decoration: none;
}
{
display: inline;
width: 95px;
text-align: center;
text-decoration: none;
font-family: Arial;
font-size:13px;
font-weight: bold;
color: #000000;
border: solid 1px #ff9933;
background-color:#eeeeee;
}
A.menulink:hover
{
border: solid 1px #cccccc;
background-color:#ff9933;
text-decoration: none;
}
A.menulink2
{
display: inline;
width: 140px;
text-align: center;
text-decoration: none;
font-family: Arial;
font-size:13px;
font-weight: bold;
color: #000000;
border: solid 1px #ff9933;
background-color:#eeeeee;
}
A.menulink2:hover
{
border: solid 1px #cccccc;
background-color:#ff9933;
text-decoration: none;
}
Le menulink2 c'est pour la partie Pianoi d'occaz qui est beaucoup plus large.
Le code doit surement etre optimisé aussi
Si quelqu'un pouvais aussi le test sous netscape ou d'autre navigateur et me dire le resultat, ca serais cool .
Thx en tout cas
@+
Billy
