2012-05-05 78 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

使用最小高度代替高度,我认为它会解决您的问题