2012-09-24 34 views

回答

4

Working fiddle.

CSS:

.main { 
    border: solid 1px blue; 
    position: relative; 
} 

.sidebar { 
    border: solid 1px red; 
    position: relative; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 500px; 
    margin-bottom: 10px; 
} 
.sidebar-footer 
{ 
    border: solid 1px green; 
    position: absolute; 
    width: 100%; 
    bottom: 0px; 
} 

相關問題