JQM:中心/对齐图标

时间:2012-08-04 12:48:31

标签: jquery button icons size location

我需要一个200px x 200px的按钮尺寸,中间的图标(水平和垂直)。 我可以创建200px x 200px大小,我使用我的个人图标。

enter image description here

我的问题是:!

  • 如何在按钮中水平和垂直居中显示图标?

如果有人能帮助我,我会非常感激。

干杯,

蒂莫

1 个答案:

答案 0 :(得分:0)

<head>
<style type="text/css">
<!--
a{
    line-height: 600px; 
   }
-->   
        </style>
   </head>
  <body>
<a data-corners="false" href="index.html" data-role="button" data-icon="customized"
          data-iconpos="top" id="start-button"
          data-theme="a">LIVINGROOM</a>

</body>
</html>

问题仍然存在,如何水平和垂直居中图标。或者如何定位图标......