When the whole world is about to rain, let's make it clear in our heart together

热爱前端开发,专注于前端

摘要: 做页面的时候可能会用到位置固定的层,读取 document.body.scrollTop 来设置层的位置,像这样:­ window.onscroll = function (){ var oFix = document.getElementById("divfix"); oFix.style.top 阅读全文
posted @ 2016-05-10 11:00 婷风 阅读(2543) 评论(0) 推荐(0) 编辑