Salut,
Je recherche la meilleure méthode pour obtenir le rendu suivant, sachant que l'icone n'est pas fixe...
http://www.xaoweb.fr/bouton.gif
Voici ma méthode actuelle:
Le hic c'est que le span n'est pas redimensionnable avec l'attribut height... Je pourrais jouer sur le padding, mais bon c'est pas très propre.
Je recherche la meilleure méthode pour obtenir le rendu suivant, sachant que l'icone n'est pas fixe...
http://www.xaoweb.fr/bouton.gif
Voici ma méthode actuelle:
p.menu_item img, span {
vertical-align: middle;
display: inline-block;
}
p.menu_item img {
border: 1px solid #454545;
height: 22px;
}
p.menu_item span {
border-color: #454545;
border-left-width: 0;
background: url(/images/backend/menu_item_content_bg.gif) repeat-x center;
height: 22px;
font-size: 11px;
}
Le hic c'est que le span n'est pas redimensionnable avec l'attribut height... Je pourrais jouer sur le padding, mais bon c'est pas très propre.