我设法使滑动面板工作,但不是覆盖,我希望它推动整个站点离开这是我的小提琴http://jsfiddle.net/cancerian73/dw6yk/1/
body{position:relative;min-height:3000px;margin:0;padding:0;top:0;font-family:“proximanova-regular”,sans-serif;}
若要从左侧显示,请对代码进行以下更改。
#panel-content {
background: none repeat scroll 0 0 #000000;
float: left;
height: 100%;
position: relative;
width: 100%;
}