Bonjour,
Avant de poster ce message, j'ai cherché des solutions pour régler mon problème : sans succès.
En fait, une police différente s'affiche sous IE et sous Firefox alors que la police utilisée est Georgia. Sous IE, le texte et le menu s'affichent bien avec la police Georgia alors que sous Mozilla cela s'affiche avec la police Times New Roman. Je pense avoir un problème dans le CSS... mais où? Comment régler ce problème?
Merci d'avance ^^
Voilà le code CSS :
Modifié par fvsch (12 Apr 2011 - 14:56)
Avant de poster ce message, j'ai cherché des solutions pour régler mon problème : sans succès.
En fait, une police différente s'affiche sous IE et sous Firefox alors que la police utilisée est Georgia. Sous IE, le texte et le menu s'affichent bien avec la police Georgia alors que sous Mozilla cela s'affiche avec la police Times New Roman. Je pense avoir un problème dans le CSS... mais où? Comment régler ce problème?
Merci d'avance ^^
Voilà le code CSS :
body
{
background-color: #E6E6E6;
font-family: Georgia, "Times New Roman", Times, serif;
}
#global
{
width: 1024px;
margin-right:auto;
margin-left:auto;
}
#fond
{
background-image: url(exposition/images/accueil/fondaccueil2.jpg);
background-repeat: no-repeat;
height: 764px;
width: 1024px;
position: absolute;
top: 0px;
}
ul {
font-family: Georgia, "Times New Roman", Times, serif;
list-style: none;
margin: 0;
padding: 0;
}
#menu {
width: 181px;
position: absolute;
left: 539px;
top: 568px;
}
#menu li a {
font-family: Georgia, "Times New Roman", Times, serif;
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 22px;
text-decoration: none;
font-size:15px;
}
#menu li a:link, #menu li a:visited {
color: #3D93AA;
display: block;
padding: 5px 0 0 5px;
}
#menu li a:hover {
color: #62843A;
padding: 5px 0 0 5px;
}
#menu li a:active {
color: #62843A;
padding: 5px 0 0 5px;
}
#texteaccueil
{
font-family: Georgia, "Times New Roman", Times, serif;
position: absolute;
left: 21px;
top: 602px;
width: 466px;
height: 86px;
text-align: justify;
line-height: 18px;
padding-right: 10px;
font-size: 14px;
color: #3D93AA;
}
#pied_de_page
{
width: 350px;
position: absolute;
left: 598px;
top: 715px;
}
#lien
{
width: 201px;
height: 54px;
position: absolute;
top: 682px;
left: 708px;
}
#logo
{
width: 86px;
height: 73px;
position: absolute;
top: 668px;
left: 928px;
}
Modifié par fvsch (12 Apr 2011 - 14:56)