Reputation: 1819
I'm trying to vertically align all my input elements using a fixed width on my labels, but not getting the result I'm expecting.
label {
width: 75px;
}
Here is a Fiddle I've created with an example:
http://jsfiddle.net/xRmHj/
Any suggestions?
Upvotes: 0
Views: 301