头部左边logo中div内嵌套a,为什么logo图要作为a标签的背景图,而不是直接放div中?又或者为什么不能把这两个css合并一起写呢?
<div class="header-logo"><a href=""></a>
</div>
.public-header.header-logo
{float:left;
margin-top:40px;}
.public-header.header-logo a{
width:18px;
height:54px;
background:url("../images/index-haeder-logo.png");}