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