2013-03-16 16:29, Larry Martell wrote:

I have 2 buttons I want to be aligned. When I use vertical-align it
moves the text within the button, not the button itself. How can I get
the 2 buttons to be aligned? See http://jsfiddle.net/YkHsL/

You have an <input type=file> element with float: left and an <input type=submit> element with vertical-align: bottom. Just remove both CSS settings. When you have <input> elements on the same line, they get vertically aligned the same way, if you don't disturb this with CSS.

Yucca


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to