使用大图标时,图标区域周围会出现边框。
I have tried:
.ui-icon {
border: none;
}
那不是解决方案。有什么想法或者你能指出我正确的方向吗?
<head>
<style type="text/css">
<!--
.ui-icon-green5{
background-image: url(green_05_64x64.png);
}
.ui-icon {
background-color: transparent;
width: 64px;
height: 64px;
border: none;
margin-top:150px;
margin-left:150px;
}
a{
line-height: 600px;
}
-->
</head>
<body>
<div id="content2" style="background-color:#000000;height:400px;width:400px;float:left;">
<a data-theme="a" id="start-button" data-iconpos="top" data-icon="green5"
data-role="button"
href="index.html"
data-corners="false">LIVINGROOM</a>
</div>
</body>