课程
/前端开发
/HTML/CSS
/固定层效果
像这种搜索框到达顶部后固定在顶部的怎么弄?
2016-06-03
源自:固定层效果 2-1
正在回答
position:fixed;
top:0;
举报
运用属性值就轻松实现网页固定层效果