Bonjour à tous. Sur tous les navigateurs mon blog s'affiche correctement, mais sur internet explorer, lorsque je regarde un article seul, ma sidebar se positionne tout en bas à droite. J'ai pourtant bien fermé chaque div. Je pense à un problème de dimension de boite, mais je n'arrive pas à le résoudre. Avez-vous une solution ?
Mon blog : Http://www.jeremyplasseraud.com/
Ma Css :
/******* STRUCTURE GENERALE *******/
Merci à tous !
Modifié par jeremyp (26 Dec 2007 - 15:53)
Mon blog : Http://www.jeremyplasseraud.com/
Ma Css :
/******* STRUCTURE GENERALE *******/
/******* STRUCTURE GENERALE *******/
body {
font-family: Trebuchet Ms, Arial, Sans-serif;
font-size: 0.8em;
text-align: left;
background: white;
color: black;
margin: 0;
}
#page {
margin: 0 auto 0 auto;
width: 950px;
}
#header h1 {
text-indent: -5000px;
margin: 0;
line-height: 0;
}
#header img {
padding-top: 20px;
}
#content {
float: left;
width: 660px;
margin-bottom: 20px;
margin-left: 10px;
}
#sidebar {
float: right;
width: 250px;
margin-right: 10px;
border-left: 1px solid #eee;
}
#footer {
font-size: 1em;
background: white;
clear: both;
width: 950px;
text-align: center;
}
/******* POLICES *******/
h1,h2, h3, h4, h5{
font-family: Century Gothic;
font-weight: lighter;
}
/******* CONTENU *******/
#content h2 {
font-size: 20px;
font-weight: lighter;
margin: 11px 0 0 0;
padding: 0;
}
.postmetadata {
font-size: 0.8em;
color: black;
}
.post_content {
font-size: 1em;
color: black;
}
.date{
display: inline;
font-size: 1.4em;
color:#666666;
font-weight: lighter;
font-family: Century Gothic;
}
/******* SIDEBAR *******/
#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 5px;
}
#sidebar {
float: right;
width: 250px;
margin: 5px 0 20px 25px;
}
#sidebar h2 {
font-size: 1.5em;
}
#sidebar h2 {
/padding-top: 10px;
}
.recentcomments ul{
list-style-image: url("../img/etoile.gif");
}
#sidebar img {
display: block;
margin-left: auto;
margin-right: auto;
}
/******* FOOTER *******/
#footer ul{
text-align: center;
font-size: 1em;
}
#footer li {
display: inline;
}
/******* ZONE COMMENTAIRES*******/
.comments-template{
margin: 10px 0 0 0;
}
.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}
.comments-template ol p{
font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}
.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px;
}
.comments-template h2, .comments-template h3{
font-size: 1.2em;
}
.commentmetadata{
font-size: 0.9em;
}
.comments-template p.nocomments{
padding: 0;
}
.comments-template textarea{
font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}
.cadre_commentaires {
border-bottom: 1px solid black;
border-top: 1px solid black;
}
/******* LIENS *******/
a {
color: #FF0099;
text-decoration: none;
}
#content h2 a{
font-size: 1.2em;
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #FF0099;
}
.post_content a {
color: black;
}
.post-infos {
background-color: #FCFCFC;
padding: 10px 10px 10px 10px;
}
.post-infos a {
color: #FF0099;
}
img {
border: none;
}
/******* MENU *******/
#menu li {
display: inline;
list-style-type: none;
text-transform: uppercase;
font-size: 1em;
word-spacing: 5px;
}
#menu {
border: 1px solid #FF0099;
padding-left: 160px;
/margin-left: 0;
/margin-top: 1.5px;
margin-top: 3.5px !important;
}
Merci à tous !
Modifié par jeremyp (26 Dec 2007 - 15:53)