2013-07-22 25 views
0

定格在我有一個DIV是固定的,像這樣相對格是我在頂部

.div1{ 
    position:fixed; 
} 

我也有,我想下跌較低,然後這個div,我有編碼,像這樣

另一個DIV
.div2{ 
    postion:relative; 
} 

div2正好在div1後面結束。我需要放置第二個div嗎?像這樣..

top:(number of pixels of first div)px; 
+0

接近 - 使用的,而不是頂部 –

+0

感謝邊距!這工作 – bosssssa

+0

很酷。將發表評論作爲答覆。 –

回答

0

接近 - 使用邊距,而不是頂部

margin-top:(number of pixels of first div)px;