我被困在这里, Achor标签按钮链接不可点击,即使它用href标签包裹,页面上的所有其他链接都是可点击的但列表项不是,可以请一些人帮助!!我还可以提供页面的链接
Ahref html代码:
<li class="track playing">
<a href="download.php?f=song.mp3" class="buy" target="_blank">
Download
</a>
</li>
CSS:
.ttw-music-player .buy {
padding: 0 14px;
height: 18px;
display: inline-block;
position: absolute;
top: 8px;
right: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: rgba(57, 57, 57, 0.3);
margin: 0 0 0 10px;
font-size: 10px;
text-align: center;
line-height: 18px;
text-shadow: none;
color: #A0A0A0;
}