2012-08-05 45 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的;因爲我的按鈕比標準更大。

相關問題