我的CSS侧边栏不起作用,高度问题

时间:2014-04-15 15:55:38

标签: css css3

有人可以帮助我使用我的CSS侧栏,它会填补高度。请帮忙

JS FIDDLE

.sidebar1 {
    float: left;
    width: 20%;
    background: #93A5C4;
    height:100%;
    top:0;
    bottom:0;
}

2 个答案:

答案 0 :(得分:0)

您需要设置html / body的高度,如

body, html { height: 100%; }

http://jsfiddle.net/7Qp4E/1/

答案 1 :(得分:0)

css技巧是:你需要设置所有的.sidebar1父母和身体,html为100%