ma page sommaire :
http://hubert35.com/sommaire-css.htm s'affiche très bien avec FF3 mais avec IE8 les bordures de mes div ne sont que partiellement présentes. Voici mon CSS
Ou est l'erreur pour cette différence de présentation ?
/* CSS Document */
body {color: #cccccc; background-color: #000000;
width: 801px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
border: 1px solid orange;
font-family: "Comic Sans Ms", "Lucida Calligraphy", Verdana, Arial, Helvetica, "Times New Roman", sans-serif; font-size:
small;}
#wrapper { width: 801px; color: #cccccc; background-color: #000000;
margin-right: auto;
margin-left: auto;
border: 0px silver;
}
#bandeau {
color: red; background-color: #000000; width: 801px;
}
#sommaire {
color: red; background-color: #000000; width: 801px;
border: 0px silver;
}
#dinard {
float: left; width:266px; background-color: #000000;
height: 450px;
border-top: 1px solid orange;
border-left: 0px solid orange;
}
#saintmalo {
float: left; width: 266px; background-color: #000000;
height:450px;
border-top: 1px solid orange;
border-left: 1px solid orange;
}
#surlacote {
float: right; width: 265px; background-color: #000000;
height: 450px;
border-top: 1px solid orange;
border-left: 1px solid orange;
border-right: 0px solid orange;
}
#pieddepage {
color: red; background-color: #000000; width: 800px; clear:both;
border-top: 1px solid orange;
}
li { list-style-type: square; }
h1 { font-size: 170%; color: red;}
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
a:link {color: #cccccc;}
a:visited {color: yellow;}
a:hover {color: red;}
Merci aux spécialistes du CSS qui pourront m'aider
a{text-decoration: none;}
-->Message édité par hubert35 le 15/04/2009 17:29:49<--