好吧,所以我試圖設置一個網頁,其中包含另外兩個div的div,而包裝div具有背景,另外兩個是透明的。這怎麼不起作用?背景圖像顯示在右鍵單擊顯示圖像,但不在網頁上
這裏是CSS:
.posttext{
float: left;
width: 70%;
text-align: left;
padding: 5px;
background-color: transparent !important;
}
.postavi{
float: left;
width: 100px;
height: 100%;
text-align: left;
background-color: transparent !important;
padding: 5px;
}
.postwrapper{
background-image:url('images/post_bg.png');
background-position:left top;
background-repeat:repeat-y;
}
這裏是HTML:
<div class="postwrapper">
<div class="postavi"><img src="http://prime.programming-designs.com/test_forum/images/avatars/hacker.png" alt="hacker"/></div><div class="posttext"><p style="color: #ff0066">You will have bad luck today.</p>lol</div>
</div>
編輯:在請求時,這裏是一個鏈接到該網站:http://prime.programming-designs.com/test_forum/viewthread.php?thread=33
也許你可以提供一個鏈接到網站? – Kredns 2010-04-10 18:23:12