0

我已经查看/搜索了对齐、位置(ing)等。

见图片:

在此处输入图像描述

4

4 回答 4

0

就像是:

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

它应该工作。

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

于 2012-08-05T13:38:11.560 回答
0

你研究过布局吗?创建一个容器并在其上堆叠一个按钮和一个标签。

http://layout.jquery-dev.net/documentation.cfm#Properties_Methods

于 2012-08-05T13:39:45.083 回答
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>

注意:行高:500px;因为我的按钮比标准的大。

于 2012-08-07T05:46:20.757 回答
0

使用内置定位怎么样?

data-iconpos="top"

来源:http: //jquerymobile.com/test/docs/buttons/buttons-icons.html

于 2012-08-05T16:27:04.490 回答