我有一個的div和div有一個img標籤,但圖像沒有在DIVDIV和CSS問題
這裏顯示是我的代碼
<div id="infscr-loading" >
<img src="http://jquerystyle.com/-/img/ajaxLoader.gif" alt="Loading...">
<div>
<em>Loading the next set of posts...</em>
</div>
</div>
<style type="text/css">
#infscr-loading {
background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
bottom: 0;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
height: 50px;
left: 50%;
margin-left: -45px;
padding-top: 20px;
position: fixed;
text-align: center;
text-indent: -999em;
width: 90px;
background-repeat:no-repeat;
background-position: center center;
}
</style>
,這裏是我的div和樣式表。爲什麼圖像不在div內顯示。任何人都可以指出.....感謝
...天才!大聲笑。 – 2011-12-20 12:50:39