salut à tous,
je réalise un site et j'ai un problème pour la bannière
vous pouvez voir un exemple ici
voici la css :
mon problème est que le texte n'est pas centré ! ça doit pas être grand chose mais ... je sais pas pourquoi !
Merci de bien vouloir m'aider
Poich
PS : désolé j'n'ai pas trop de temps alors je n'ai pas fait de recherche avant de poster !
Modifié par Poich (14 May 2005 - 10:06)
je réalise un site et j'ai un problème pour la bannière

vous pouvez voir un exemple ici
voici la css :
#header {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 100%;
line-height: 100px;
border: 0px solid blue;
}
#header_body {
font-size: 34pt;
text-align: center;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
line-height: 100px;
background: url("banniere_body.png");
}
#header_gauche {
float: left;
width: 151px;
line-height: 100px;
background: url("banniere_gauche.png");
}
#header_droite {
margin: -100px 0px 0px 0px;
float: right;
width: 250px;
line-height: 100px;
background: url("banniere_droite.png");
}
.first_header {
border:1px solid blue;
background: url("tile_sub.gif");
line-height: 20px;
}
.first_header_gauche {
margin: -20px 0px 0px 0px;
float: left;
}
.first_header_droite {
margin: -20px 0px 0px 0px;
float: right;
}
.spacer {
clear: both;
line-height: 0px;
}
.spacer10 {
clear: both;
line-height: 10px;
}
mon problème est que le texte n'est pas centré ! ça doit pas être grand chose mais ... je sais pas pourquoi !
Merci de bien vouloir m'aider
Poich
PS : désolé j'n'ai pas trop de temps alors je n'ai pas fait de recherche avant de poster !

Modifié par Poich (14 May 2005 - 10:06)