2014-09-25 46 views

回答

3

您指定高度的 '#presentation' DIV:385px 。這個盒子裏面的綠色方塊。

'#statistics'div正在清除'#presentation'div,因此它將位於385px之後。

SOLUTION:

要麼增加「#presentation」 div的高度,包括綠盒的高度。

刪除'#presentation'div的高度。

0

嘗試移動統計新行的div!

0

,因爲固定寬度給出了類下.COL-MD-12

#slideshow { 
    position: relative; 
    float: left; 
    height: 380px; 
    width: 570px; 
    background: rgba(0,0,0,0.1); 
} 
#register { 
    float: right; 
    height: 380px; 
    width: 20%; 
    background: green 
} 

使用可以使用自舉類給了寬度