Bonjour,
J'ai un probléme d'alignement des boutons de navigation de mon forum (www.solveurs.com) sous firefox.
Sous IE cela fonctionne, les boutons sont alignés et séparés alors que sous firefox ils sont tous sur la meme ligne ms entassés les un sur les autres.
le code de ma feuille de style pour les boutons est celui çi:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 #menu {height:1%; font-family:Arial; font-size:0.75em; padding-bottom:15px;} #menu .ind {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bfaq.png); background-repeat:no-repeat;} #menu .ind:hover { background-image:url(images/bfaqh.png); background-repeat:no-repeat;} #menu .ind1 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bins.png); background-repeat:no-repeat;} #menu .ind1:hover { background-image:url(images/binsh.png); background-repeat:no-repeat;} #menu .ind2 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/baccueil.png); background-repeat:no-repeat;} #menu .ind2:hover { background-image:url(images/baccueilh.png); background-repeat:no-repeat;} #menu .ind3 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bcompte.png); background-repeat:no-repeat;} #menu .ind3:hover { background-image:url(images/bcompteh.png); background-repeat:no-repeat;} #menu .ind4 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bmes.png); background-repeat:no-repeat;} #menu .ind4:hover { background-image:url(images/bmesh.png); background-repeat:no-repeat;} #menu .ind5 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bcon.png); background-repeat:no-repeat;} #menu .ind5:hover { background-image:url(images/bconh.png); background-repeat:no-repeat;} #menu .ind6 {padding:0 0 0 0px; margin-left:25px; margin-top:-44px; float:left; width:120px; height:40px; background-image:url(images/bdeco.png); background-repeat:no-repeat;} #menu .ind6:hover { background-image:url(images/bdecoh.png); background-repeat:no-repeat;} #menu ul{margin:0px; padding:0px; list-style:none} #menu ul li { line-height:1em; float:left; margin-right:5px; padding:0 0 15px 0} #menu ul li a{text-decoration:none; color:#2d2c2c; background:url('./images/menu_bg.gif') no-repeat 0 0; padding:15px 0 15px 0; text-align:center; display:block; width:95px} #menu ul li a.hover {background:url('./images/menu_hover_bg.gif') no-repeat 0 0; color:#fff} #menu ul li a:hover{ text-decoration:none; background:url('./images/menu_hover_bg.gif') no-repeat 0 0; color:#fff}
J'espere que quelqu'un saura comment je peux corriger la marge gauche pour que les boutons s'affichent correctement sous les deux navigateurs.
Merci pour votre aide.
Partager