Bonjour à tous,
Je suis nouveau sur ce forum mais vu le reste du site, je me dit que vous allez pouvoir m'aider
Je développe actuellement un site et alors que en test sur mon pc il passait trés bien sur FF et IE... une fois en ligne, c'est la chianlie sur IE!!!
Je n'ai pas du prendre toutes les précautions CSS pour IE mais je ne sais pas trop desquelles il s'agit ici...
Voici l'url de mon site http://camillegirard86.ifrance.com .
Y'a aussi le problème des ces bordures de liens autours de mes images du menu que je voudrais faire disparaitre mais c'est secondaire pour l'instant par rapport au bazar du positionnement des blocs et leurs débordements sous IE...
Le site a été validé par W3C.
Je m'en remet à vous pour me dire ce qui ne va pas... merci d'avance
Je vous balance le css :
Je suis nouveau sur ce forum mais vu le reste du site, je me dit que vous allez pouvoir m'aider
Je développe actuellement un site et alors que en test sur mon pc il passait trés bien sur FF et IE... une fois en ligne, c'est la chianlie sur IE!!!
Je n'ai pas du prendre toutes les précautions CSS pour IE mais je ne sais pas trop desquelles il s'agit ici...
Voici l'url de mon site http://camillegirard86.ifrance.com .
Y'a aussi le problème des ces bordures de liens autours de mes images du menu que je voudrais faire disparaitre mais c'est secondaire pour l'instant par rapport au bazar du positionnement des blocs et leurs débordements sous IE...
Le site a été validé par W3C.
Je m'en remet à vous pour me dire ce qui ne va pas... merci d'avance
Je vous balance le css :
a écrit :
@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
Body {
background-color:#000000;
}
#Top {
width:730px;
background-color:#B49E53;
height:100px;
border-bottom:none;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 3px;
padding-left: 30px;
}
#menu {
width:760px;
height:60px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 3px;
background-image: url(Img/menu.png);
}
#Corps {
width:760px;
margin-left: 3px;
}
.bulG {
background-color:#B49E53;
width:320px;
margin-left: 15px;
margin-bottom: 30px;
margin-top: 30px;
background-image: url(Img/topbloc.gif);
background-repeat: no-repeat;
color: white;
text-align: center;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}
.bulD {
background-color:#B49E53;
padding:5px;
width:320px;
margin-right: 15px;
margin-bottom: 30px;
margin-top: 30px;
background-image: url(Img/topbloc.gif);
background-repeat: no-repeat;
color: black;
text-align: center;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
}
.col1 {
background-color:#FFFFFF;
width:190px;
margin-left: 25px;
margin-top: 15px;
background-image: url(Img/topcol.gif);
background-repeat: no-repeat;
color: #000000;
text-align: center;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
float: left;
}
.col2 {
background-color:#FFFFFF;
width:190px;
margin-left: 25px;
margin-bottom: 15px;
margin-top: 15px;
background-image: url(Img/topcol.gif);
background-repeat: no-repeat;
color: #000000;
text-align: center;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
float: left;
}
.col3 {
background-color:#FFFFFF;
width:190px;
margin-left: 25px;
margin-bottom: 30px;
margin-top: 15px;
background-image: url(Img/topcol.gif);
background-repeat: no-repeat;
color: #000000;
text-align: justify;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
float: right;
margin-right: 25px;
}
div.titre {
background-image: url(Img/titre.png);
width: 680px;
padding: 5px 15px 5px 15px;
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0px 25px 0px 25px;
text-align: center;
}
.bul {
background-color:#FFFFFF;
padding:5px;
width:320px;
margin-right: 7px;
margin-bottom: 30px;
margin-top: 30px;
background-image: url(Img/topblocwh.jpg);
background-repeat: no-repeat;
color: black;
text-align: center;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
margin-left: 15px;
}
.bul ul {
font-size: 0.9em;
text-align: justify;
padding: 10px 15px 0px 15px;
font-weight: normal;
}
#menu img {
margin-left: 10px;
margin-top: 18px;
text-decoration: none;
}
#menu a:visited {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}