在my website的「Presse and Medias」一節中,我想讓一個白色方塊在視頻旁邊顯示幾個px(右側),其中帶有「hello」一詞。 不幸的是,這是行不通的。我看到這個詞你好,但不是在一個白色的廣場。 任何想法是什麼問題以及如何解決它? 非常感謝,css - 爲什麼我的文本框不顯示?
這裏是我的html:
<div class="section" id="medias">
<div class="center">
<iframe width="350" height="200" class="youtube-player" src="http://www.youtube.com/embed/qqXi8WmQ_WM" frameborder="0" allowfullscreen></iframe>
<div id="medias-txt"
<p>hello</p></div>
</div>
</div><!--END page4-->
這裏是我的CSS:
#medias-txt
{
background-color:#fff;
color:#000;
width:100px;
height:100px;
padding:10px;
float:right;
}
你有沒有試過相對定位? – KMC 2012-07-21 09:24:38