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
Use it inside a label. Use vertical-align to set it to various values -- bottom, baseline, middle etc.
label
vertical-align
bottom
baseline
middle
http://jsfiddle.net/UnA6j/5/