2012-08-05 76 views

回答

0

喜欢的东西:

input 
{ 
display: block; 
padding-top: 300px; 
} 

它应该工作。

例子:http://jsfiddle.net/bkePe/1/

+0

我没有创建这个代码,但我的情况很相似。所以问题是,你如何将文本放在按钮上将我按到底部。 http://jsfiddle.net/3DSGT/ – Timo11 2012-08-06 06:05:09

0

好,我知道它的工作:

<head> 
<style type="text/css"> 
<!-- 
a{ 
    line-height: 500px; 
    text-align:buttom; 

} 
--> 
     </style> 
    </head> 
    <body> 
<a data-corners="false" href="index.html" data-role="button" data-icon="delete" 
      data-iconpos="top" data-theme="a">LIVINGROOM</a> 
    </body> 
</html> 

注: 的line-height:500px的;因为我的按钮比标准更大。