我對HTML或CSS瞭解不多,但我已經做了很多;我如何在彼此旁邊堆疊div並在彼此之上?
我想堆div的,所以它看起來是這樣的(請原諒壞圖紙);
我用Google搜索如何和嘗試不同的東西,而是喜歡/不喜歡總是盒最終沒有移動或移動到最左邊/非常正確。
<div style="float:left;width:300px;height:350px;text-align:center;">
<div style="float:left;width:500px;height:200px;text-align:center;">
<div id="wrapper">
<div style="align=center;">
<div id="first">1</div>
<div id="second">2</div>
這些是我有的三個div。 第一個有鏈接[添加/消息等]
第二個有「thelastgecko」和配置文件。
我試圖用最後一個盒子來做喜歡/不喜歡的事情,但是不管我做什麼都行不通。
http://stackoverflow.com/questions/1909648/stacking-divs-on-top-of-each-other –
使用'Z-index'此 –