任何人都知道爲什麼我的標誌顯示兩次?任何人都知道爲什麼我的標誌顯示兩次?
HTML:
<div id="logo"><a href="/Presidente Prude/oferta_do_dia" class="link">
<font color="#264D73"><img src="/static/css/i/logo.png" alt="Cidade Louca" /></font></a></div>
CSS:
#logo {
width: 400px;
height: 125px;
margin: 3px 0 0 0;
position: absolute;
background: url(i/logo.png) no-repeat;
}
謝謝...
你能寫出你的問題,以便將來對人們有用嗎? – Gabe