Bonjour à tous et désolé pour le titre vague.
J'utilise cette partie de code pour afficher des liens <a> et la css ne réagit pas de la même panière selon que je sois sous ff ou IE
Sous IE pas de problème, chaque <a> prends bien 180px en width mais sous FF il veut rien savoir et il utilise l'emplacement necessaire pour que la valeur entrée sois visible et rien de plus.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 <div id="mainMenuDiv" style="position:relative;left:10px;width:950px;top:0px;height:35px;border:solid 1px white"> <a href="proposal.jsp" style="width:180px;height:30px;border-style:outset;border-width:4px;background-color:#C3C3C3;color:#9F3638;border-color:#C3C3C3;font-weight:bold;font-family:Times New Roman;font-size:13pt;text-decoration:none;text-align:center">Registration</a> <a href="proposal.jsp" style="width:180px;height:30px;border-style:outset;border-width:4px;background-color:#9F3638;color:white;border-color:#9F3638;font-weight:bold;font-family:Times New Roman;font-size:13pt;text-decoration:none;text-align:center">Registration</a> <a href="proposal.jsp" style="width:180px;height:30px;border-style:outset;border-width:4px;background-color:#9F3638;color:white;border-color:#9F3638;font-weight:bold;font-family:Times New Roman;font-size:13pt;text-decoration:none;text-align:center">Registration</a> <a href="proposal.jsp" style="width:180px;height:30px;border-style:outset;border-width:4px;background-color:#9F3638;color:white;border-color:#9F3638;font-weight:bold;font-family:Times New Roman;font-size:13pt;text-decoration:none;text-align:center">Registration</a> <a href="proposal.jsp" style="width:180px;height:30px;border-style:outset;border-width:4px;background-color:#9F3638;color:white;border-color:#9F3638;font-weight:bold;font-family:Times New Roman;font-size:13pt;text-decoration:none;text-align:center">Registration</a> </div>
Si quelqu'un avait une petite idée derrière la tête pour résoudre ce problème cela m'arrangerait beaucoup.
D'avance merci pour vos réponses.
Partager