Alsacreations a dit:Il existe un attribut vertical-align, mais il ne permet pas :
- De positionner verticalement un texte dans un bloc quelconque (DIV, P, etc...)
De positionner verticalement un bloc dans un autre bloc.
---CSS---
input.btn {
font-family: tahoma;
font-size: 12px;
color: #660033;
background-color: #D9D0D5;
padding: 2px;
height: 23px;
width: auto;
border-style: beveled;
border-width: 3;
}
---HTML---
<input type=submit value="qpg" class="btn">