Bonjour à tous,
Je cherche à faire un header pour mon site, de la façon suivante :
Comment centrer au vertical les images ET le texte ?
Jusqu'à maintenant, je tentais vertical-align:middle; sur une image, ça marche... sur la seconde, ça marche, et la troisième... remet les deux premières en haut...
Quelqu'un pour m'aider svp ?
Merci
Modifié par Youplaboum (27 Dec 2010 - 00:40)
Je cherche à faire un header pour mon site, de la façon suivante :
<span style="
position: fixed;
left: 0px;
top: 0px;
opacity:0.9;
filter:alpha(opacity:90);
background: url('./styles/images/topnav.png');
background-size:5%;
width: 100%;
height: 31px;
">
<div style="
text-align:center;
font-size:15px;
">
<img border="0" src="{dpath}images/metall.gif" width="42" height="22"> {metal}
<img border="0" src="{dpath}images/kristall.gif" width="42" height="22"> {crystal}
<img border="0" src="{dpath}images/deuterium.gif" width="42" height="22" /> {deuterium}
</div>
</span>
Comment centrer au vertical les images ET le texte ?
Jusqu'à maintenant, je tentais vertical-align:middle; sur une image, ça marche... sur la seconde, ça marche, et la troisième... remet les deux premières en haut...
Quelqu'un pour m'aider svp ?
Merci
Modifié par Youplaboum (27 Dec 2010 - 00:40)