Salut à tous ! Je débarque sur ce forum qui je l'espère pourra m'aider !!
Alors j'expose mon probleme
Mon "index" est constitué en css et ne pose pas de probleme. Ma page d'accueil est elle aussi constituée de Css. comme cete page d'accueil est "incluse" dans mon idex, j'ai deux fichiers css actifs. Je n'ai pas de probleme d'affichage sous ie mais sous ff le css de "l'include" n'est pas du tout géré !!
la page :
http://galilandt.free.fr/index.php?dossier=&page=accueil
le code css index :
et le code css de laccueil :
donc si vous savez d'ou vient le probleme
édit du lien par Igor
Modifié par galinette (21 Feb 2005 - 15:40)
Alors j'expose mon probleme
Mon "index" est constitué en css et ne pose pas de probleme. Ma page d'accueil est elle aussi constituée de Css. comme cete page d'accueil est "incluse" dans mon idex, j'ai deux fichiers css actifs. Je n'ai pas de probleme d'affichage sous ie mais sous ff le css de "l'include" n'est pas du tout géré !!
la page :
http://galilandt.free.fr/index.php?dossier=&page=accueil
le code css index :
body
{
width: 90%;
margin: auto;
margin-top: 4%;
margin-bottom: 4%;
background-color: #334551;
}
#ar-blanc
{
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
background-color: #FFFFFF;
border: 1px solid #A0B7C5;
z-index: 0;
}
#ban_head
{
width: 100%px;
height: 174px;
background-image: url(images/body/head_arriereplan.jpg);
background-repeat: repeat-x;
}
#menu
{
background-color: #4D6B7D;
width: 130px;
float: left;
margin-left: 0.5%;
margin-top: 0.5%;
border: 1px solid #A0B7C5;
}
.elt_menu
{
margin-bottom: 10px;
}
#contenu
{
padding-left: 2%;
padding-right: 2%;
min-width: 20px;
max-width: 78%;
background-color: #FFFFFF;
border-left: 1px solid #A0B7C5;
margin: auto;
margin-left: 150px;
margin-bottom: 3%;
margin-top: 0.5%;
text-align: center;
}
.contenu_titre
{
height: 30px;
background-color: #DAE3E9;
font-family: Century Gothic, Arial;
font-size: 26px;
color: #587C92;
margin-bottom: 5px;
}
.contenu_p
{
}
et le code css de laccueil :
#ar-bleu_clair
{
width: 95%;
margin-top: 1%;
margin-bottom: 1%;
background-color: #DAE3E9;
border: 1px solid #A0B7C5;
z-index: 1;
}
.ar-bleu-foncé
{
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 5%;
background-color: #A0B7C5;
border: 1px solid #4D6B7D;
z-index: 2;
}
.partie-news
{
margin: 1%;
width: 44%;
background-color: #4D6B7D;
float: left;
}
.partie-ajouts
{
margin: 1%;
width: 44%;
background-color: #A0B7C5;
float: right;
}
donc si vous savez d'ou vient le probleme
édit du lien par Igor
Modifié par galinette (21 Feb 2005 - 15:40)