答案 0 :(得分:1)
试试这个:http://jsfiddle.net/7Laf8/
你基本上把你的按钮放在div中:
<div class="wrapper">
<button class="button">Button</button>
</div>
With the following styles:
.wrapper {
text-align: center;
}
.button {
position: absolute;
top: 50%;