Alors voila j'ai besoin d'aide, je suis nouveau dans la création de site web et je suis actuellement en train de réaliser le site web de notre association mais j'ai un petit soucis.
Alors le probleme c'est que j'ai voulu ajouter une bordure entre la partie centrale et la colonne de droite, chose faite mais l'affichage sous Firefox ne fonctionne pas, le texte de la partie centrale ne commence que en dessous de la bordure .. tandis que l'affichage est niquel sous IE..
Citation :
body {
margin: 0px;
padding: 0px;
background: #FFF9D5;
color: #fff;
text-align: center;
}
p {
text-align: justify;
font: normal 0.7em 'arial', times, serif;
color: #2C2C27;
margin: 0 0 1em 0;
padding: 20px;
line-height: 1.2em;
letter-spacing: 0.1em;
}
h1 {
font-family: georgia, sans-serif;
font-size: 1.1em;
line-height: 1.5em;
border: solid 1px #eae240;
border-left: 0;
border-right: 0;
padding-left: 10px;
margin: 10px 10px 0 10px;
color: #000;
}
#global {
margin: 0 auto 0 auto;
padding: 0px;
width: 100%;
background: #ffffff;
border: solid 1px #E7E8E3;
border-top: 0;
text-align: left;
}
#entete {
width: 100%;
height: 156px;
margin: 0 auto 0 auto;
padding: 0;
background: url(banniere1.jpg) center no-repeat;
background-color: #f2df79;
}
#menu {
width: 100%;
text-align: right;
background: #000;
}
#menu ul {
margin: 0;
padding: 0.1em 0.5em 0.1em 0;
}
#menu li {
display: inline;
list-style-type: none;
}
#menu li a {
font-family: arial, sans-serif;
font-size: 0.8em;
text-decoration: none;
color: #fff;
}
#menu li a:hover
{
font-family: arial, sans-serif;
font-size: 0.8em;
text-decoration: underline;
color: #fff;
}
#post-it {
float: right;
width: 20%;
border-left: 2px solid black;
}
#centre {
overflow: hidden;
width: 80%;
min-height: 750px;
margin-right: 10px;
padding: 0;
}
#pied {
clear: both;
width: 100%;
margin: 0;
padding: 0;
padding-bottom: 3px;
background: #000;
text-align: right;
color: #fff;
}
#pied a {
font-family: arial, sans-serif;
font-size: 0.7em;
text-decoration: none;
color: #fff;
}
#pied a:hover {
font-family: arial, sans-serif;
font-size: 0.7em;
text-decoration: underline;
color: #fff;
}
.ghandi {
color: black;
}
.img {
text-align: right;
}
table {
margin: auto;
}
h2 {
font-family: arial, sans-serif;
font-size: 1.1em;
line-height: 1.5em;
border: solid 1px #eae240;
border-left: 0;
border-right: 0;
border-top:0;
padding-left: 10px;
margin: 10px 10px 0 10px;
color: #000;
}