這是錯誤嗎?css中調用logo圖片錯誤,怎么回事啊
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title></title>
? ? <link type="text/css" rel="stylesheet" href="css/reset.css"/>
? ? <link ?type="text/css" rel="stylesheet" href="css/common.css"/>
? ? <link type="text/css" rel="stylesheet" href="css/index.css"/>
</head>
<body>
<!--公共頭部-->
<div>
? ? <!--居中容器,顯示居中的效果-->
? ? <div class="public-container clearfloat">
? ? <div><a href="#"> </a> </div>
? ? <ul class="header-nav clearfloat">
? ? ? ? <li> <a href="">story </a></li>
? ? ? ? <li> <a href="">cantact </a></li>
? ? ? ? <li> <a href="">about </a></li>
? ? ? ? <li> <a href="">menu </a></li>
? ? ? ? <li> <a href="">news </a></li>
? ? </ul>
? ? </div>
</div>
2016-10-03
background-image: url("xxxx");
2016-08-25
路徑正確的啊,用img標簽可以調出logo,用css調用就出不來
2016-08-25
是什么錯誤?排查下路徑是否正確。