This is a basic CSS question, I have a radio button with a small text label after it. I want the text to appear centered vertically but the text is always aligned with the b
You may try something like;
Decimal
and give the span a margin top like;
span{ margin-top: 4px; position:absolute; }
here is the fiddle http://jsfiddle.net/UnA6j/11/