頭部左邊logo中div內(nèi)嵌套a,為什么logo圖要作為a標(biāo)簽的背景圖,而不是直接放div中?又或者為什么不能把這兩個(gè)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");}