课程
/前端开发
/CSS3
/css3实现网页平滑过渡效果
给st-scroll跟section设置了宽、高各位100%, 但是显示的结果是那几个盒子还是在当前页面同时出现,跟老师的不一样,这是什么原因呢?
2018-06-04
源自:css3实现网页平滑过渡效果 2-2
正在回答
.st-container{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
font-family: Arial,sans-serif;
}
尝试一下给html{width:100%;height:100%;} body{width:100%;height:100%;}
举报
CSS3 打造页面之间的平滑过渡效果,带来神奇的体验
1 回答为什么给st-scroll和section设置了高跟宽,显示不出只有一个盒子
1 回答st-scroll不就一个么,为什么一定要指定是“#st-control-:checked ~ .st-scroll #st-panel-5"?
10 回答为啥我的st-scroll和st-panel设置width和height不成功过?
1 回答导航为什么不整个给外部盒子一个fixed,而把每个input和a设置fixed?
2 回答#st-control~.scroll #st-panel