我需要一个 200px x 200px 的按钮大小,中间的图标(水平和垂直)。我可以创建 200px x 200px 大小并使用我的个人图标。
我的问题是:!
- 如何在按钮中水平和垂直居中图标?
如果有人可以帮助我,我将不胜感激。
干杯,
蒂莫
<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>
问题仍然存在,如何将图标水平和垂直居中。或者根本如何定位图标....