#wrapper {
position:absolute; z-index:1;
top:45px; bottom:3px; left:0;
width:100%;
overflow:auto;
}
可能隻是沒有設定 top和bottom
不設置 top和bottom,即使使用height限定高度也可能沒有用
#wrapper {
position:absolute; z-index:1;
top:45px; bottom:3px; left:0;
width:100%;
overflow:auto;
}
可能隻是沒有設定 top和bottom
不設置 top和bottom,即使使用height限定高度也可能沒有用