Je développe un site perso, et jusqu a hier, je n avais jamais pense a checker sous IE. J ai ete assez surpris en ouvrant la page IE en decouvrant mon site sans dessus dessous. Je vous laisse admirer le desastre
http://bouletsensei.freeheberg.com
Si une ame charitable serait prete a jete un oeil au code CSS, j en serais ravi! Le probleme vient clairement de l alignement des DIV. J ai seulement copier les lignes qui pourrais etre l origine de ma nuit blanche d hier
Merci par avance et bonne journee
http://bouletsensei.freeheberg.com
Si une ame charitable serait prete a jete un oeil au code CSS, j en serais ravi! Le probleme vient clairement de l alignement des DIV. J ai seulement copier les lignes qui pourrais etre l origine de ma nuit blanche d hier
Merci par avance et bonne journee
div#head {
background-image: url(pictures/banniere4.png);
top: 0;
margin-left : 0px;
width: 900px;
height: 140px;
background-repeat: no-repeat;
margin-left:0px;
}
#balle {
width:100px;
height: 100px;
margin-top:5px;
margin-left: 10px;
background-image:none;
}
div#left {
font-size: 12px;
background-image: url(pictures/stripe2.png);
background-size:auto;
width: 150px;
height: 650px;
float: left;
border-top:0px solid #424755;
border-left: 1px solid #424755;
border-right: 1px solid #424755;
margin: 0 auto;
}
div#main {
width:600px;
min-height:650px;
height: auto;
float:left;
background-image:url(pictures/elephant3.png);
background-color: white;
background-repeat:no-repeat;
border-right: 1px solid #424755;
margin: 0 auto;
font-size:12px;
text-align:left;
border-top:0px solid #424755;
font-size: 11px;
}
div#right
{
width:150px;
min-height:650px;
height: auto;
float:left;
background-image: url(pictures/stripe2.png);
background-size:auto;
border-right: 1px solid #424755;
margin: 0 auto;
font-size:12px;
text-align:left;
border-right:1px solid #424755;
font-size: 11px;
}
#right a:hover, #right li a:right, #right li a:active
{
border=0px;
}
#main p
{
font-size:13px;
font-family:"Comic Sans MS";
}
#main table {
font-size:12px;
}
body
{
text-align: center;
font-family:"Comic Sans MS";
background-image: url(pictures/path-to-stripe.png);
font-size: 10px;
margin-left:7%;
margin-top:20px;
}
div#foot {
clear: both;
margin-left:202px;
width: 625px;
height: 45px;
font-family: "Arial", "Tmes New Roman", "Arial Black", Verdana, serif;
position:static;
font-size:12px;
color: white;
}