How do I get two buttons to appear one above the other in a span? The buttons should both be the same size also. I’ve tried vertical-align:middle and display:inline-block but with no success. The end goal is to have one list on the left, two buttons in the middle, and one list on the right. The buttons in the middle will be “Add” and “Remove” and move items between the two lists. I found this link but it was updated in 2004 and seems like a very poor way to do it. I’ve been searching for awhile and I must not be looking for the right things, so some guidance would be appreciated.
Share
Here two buttons are aligned one above the other.
First between two lists:
http://jsfiddle.net/xGXER/
…and then between two spans:
http://jsfiddle.net/JtXj2/