容器周圍有一個白色的邊框。我試過了邊框:0;規則,但它並沒有刪除它。如何刪除包含圖像鏈接的邊框?
CSS:
#content {
height: 350px;
width: 700px;
margin-left: auto;
margin-right: auto;
border: 0;
text-align: center;
}
#content img {
top: 30%;
left: 50%;
width: 50%;
background: url(../images/awd/boxas.png) no-repeat center;
background-size: cover;
height: 300px;
}
#content a img {
border: 0;
}
<div id="content" align="center">
<h1 class="centeredImage"><a href="http://goo.gl/forms/oXBZKgpFzk"><img></a></h1>
</div>
更好地顯示您的環境,該片段意外工作。 – 2014-11-02 07:40:13
來自@myfriend的答案似乎有幫助 – 2014-11-02 07:40:44
將一個真實圖像放在那裏(而不是一個空的''標籤),你的問題就會消失。 – 2014-11-02 13:55:51