salut,
J'ai un bloc div défini comme suit :
À l'intérieur de ce bloc, je veux centrer verticalement un text de plusieurs lignes. Un "vertical-align: middle;" n'a aucun effet ici.div.souscat {
width:133 px;
height:40px;
background-color:#E5E5E5;
padding:5px;
text-align:center;
font-size:10px;
font-weight:bold;
float:none;
}
N'y-a-t-il pas un moyen simple de le faire et qui marche sous IE et FF au meme temps ?
Merci !
Partager