Rebonjour,
Merci pour ton comeback cahnory et désolé, mon erreur. Je crois que j'en était rendu à dormir sur le clavier en écrivant mon message hier.
Pour continuer...
J'ai un espace où écrire des commentaires sur mon site et j'ai créé des lignes avec
border-bottom pour séparer chaque message affiché. Le problème est qu'IE7 affiche 2 lignes plutôt qu'une pour séparer les messages. Firefox affiche pourtant qu'une seule ligne.
Voici un screenshot du problème:
http://www.socam.net/screenshot/
J'ai 2 feuilles de style attacher à mon site. Le border-bottom en question se trouve à
#content p
1ier CSS:
* {
margin: 0;
}
body , html {
margin: 0;
padding: 0;
height:100%;
background-image: url(../images/bk.gif);
min-width:790px;/* pour FF */
}
#page {
height: 100%;
}
#wrapper {
height: 100%;
min-height: 100%;
margin: 0 auto -6.3em;
height: auto !important;
background-image: url(../images/back.jpg);
background-repeat: repeat-y;
text-align: left;
width: 790px;
}
#top{
text-align:center;
}
#photo{
text-align:center;
}
#boutons{
text-align:center;
}
#titre{
text-align:center;
}
#content{
padding-left: 80px;
padding-right: 70px;
padding-top:1px;
}
#content h1{
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times, serif;
text-decoration : underline;
font-size : 110%;
font-weight : normal;
color : #993300;
}
#content h2{
padding: 5px 0px 0px 0px;
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times,serif;
font-size : 80%;
font-weight : normal;
color : #AF5B00;
line-height : 140%;
}
#content p{
padding: 5px 5px 5px 10px;
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times,serif;
font-size : 80%;
font-weight : normal;
color : #AF5B00;
border-bottom:2px single dashed #f0d7c2;
}
#bloc{
background-image: url(../images/back640.gif);
margin-top: 10px;
width: 640px;
float: left;
}
#audio{
margin-left: 2px;
padding-left: 80px;
padding-right: 70px;
padding-top:5px;
}
#footer, #push{
clear: both;
text-align:center;
height: 6.3em;
}
2iem CSS
* {
margin: 0;
}
body , html {
margin: 0;
padding: 0;
height:100%;
background-image: url(../images/bk.gif);
min-width:790px;/* pour FF */
}
#page {
height: 100%;
}
#wrapper {
height: 100%;
min-height: 100%;
margin: 0 auto -6.1em;
height: auto !important;
background-image: url(../images/back.jpg);
background-repeat: repeat-y;
text-align: left;
width: 790px;
}
#top{
text-align:center;
}
#photo{
text-align:center;
}
#boutons{
text-align:center;
}
#titre{
text-align:center;
}
#content{
padding-left: 80px;
padding-right: 70px;
padding-top:1px;
}
#content h1{
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times, serif;
text-decoration : underline;
font-size : 110%;
font-weight : normal;
color : #993300;
}
#content h2{
padding: 5px 0px 0px 0px;
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times,serif;
font-size : 80%;
font-weight : normal;
color : #AF5B00;
line-height : 140%;
}
#content p{
padding: 5px 5px 5px 10px;
margin-left: 5px;
font-family : "Trebuchet MS", Georgia, Times,serif;
font-size : 80%;
font-weight : normal;
color : #AF5B00;
border-bottom:2px dashed #f0d7c2;
}
#bloc{
background-image: url(../images/back640.gif);
margin-top: 10px;
width: 640px;
float: left;
}
#audio{
margin-left: 2px;
padding-left: 80px;
padding-right: 70px;
padding-top:5px;
}
#footer, #push{
clear: both;
text-align:center;
height: 6.1em;
}
Merci encore,
Alec
Modifié par Alec Effeil (07 Nov 2008 - 20:37)