I am facing an issue with aligning buttons vertically inside a div. The number of buttons may vary, but I want them to be aligned vertically in a single column. Using "vertical-align: middle" does not seem to work. How can I achieve this?
The height of the div is fixed. You can view an example at http://jsfiddle.net/WmD3L/. Any suggestions on how to align these buttons vertically would be greatly appreciated.