Bonjour/bonsoir à tous ! Voilà, pendant la conception de mon site je me suis heurté a un problème.
Les bordures de mon site ne sont pas identiques sous Internet Explorer et sous Mozilla Firefox !
Cela donne ceci :
Dans ma feuille de style, au point de vue des bordures/tableaux j'ai ceci :
Code :
td {
font-family:verdana, sans-serif;
font-size:10px;
color:black;
text-align:left;
background-color:transparent;
border-color:transparent;
border-style:solid;
border-width:1px;
}
div.download {
padding: 0;
width: 40%;
}
div.download select {
width: 50%
}
div.download h3 {
margin-top: 0;
}
div.downloadlinks {
margin-top: 3ex;
margin-bottom: 1em;
background: #f7f6fb;
color: inherit;
float: right;
padding: 1ex;
width: 55%;
border: #9999cc 1px solid;
}
div.downloadlinks h4 {
margin: 0 0 -1ex 0;
}
div.downloadlinks p {
text-align: justify;
margin-top: 1.2ex;
margin-bottom: 0.6ex;
}
div.recommendedbuild {
margin-top: 1ex;
background: #ffd;
color: inherit;
border: gray 1px dashed;
padding: 0ex 1ex 0ex 1ex;
}
Et je voudrais que les bordures d'Internet Explorer soit les mêmes que sous Mozilla Firefox (et éventuellement avec le plus de navigateurs possible.)
Que dois-je ajouter/retirer sur ma feuille de style? Ou cela vient d'autre part?