2012-05-05 27 views

回答

0

這些都是CSS聲明我變了,它似乎需要工作:

#wrapper{ 
    /* your other stuff */ 
    position: relative; /* to position the sidebar relative to this element */ 
} 
#sidebar{ 
    position: absolute; 
    top: 0; 
    bottom: 50px; 
    left: 10px; 
    width: 190px; 
    /* other stuff */ 
} 

JS Fiddle demo

+0

非常感謝。但是,這兩種方式都不起作用。 http://jsfiddle.net/agroe070/9QGjH/11/ – AllieG

0

使用最小高度代替高度,我認爲它會解決您的問題