Salut à Tous,
Bon voici mon problème :
http://darkvengercs.free.fr/test/Avenger.htm
La page fonctionne bien avec Mozilla mais avec Internet Explorer un menu passe en dessous c´est vraiment embetant pourtant d´après les calculs ça devrait passer : 760px de largeur et chaque menu fait 95px ( 8*95=760)
Merci,
css:
/ * Feuille de style by Avenger */
body
{
margin: 0;
background-color: #B2C8E1;
text-align: center; / * pour corriger le bug de centrage IE */
}
- global
{
margin-left: auto;
margin-right: auto;
width: 760;
}
. head
{
background-image: url(´../images/head1.jpg´);
height: 135px;
width: 760px;
}
- menu a
{ display: block;
float: left;
height: 30px;
width: 95px;
background-image: url("../images/test1.png");
font-family:"Arial Black",Arial,"Trebuchet MS",;
color: #2E64A0;
}
- menu a:hover
{
background-image: url("../images/test2.png");
height: 30px;
width: 95px;
}