私人领地
摘要: 1.网页右侧地图浮动楼层,超过100px就显示$(window).scroll(function(){ if($(window).scrollTop()<100){ //距顶部多少像素时,出现返回顶部按钮 $("#floor").fadeOut(); ... 阅读全文
posted @ 2015-09-29 16:09 狂奔的蜗牛Snails 阅读(120) 评论(0) 推荐(0) 编辑
摘要: .floor-box{width: 44px; border: 1px solid #ccc; position: fixed; left: 50%; z-index: 1000}漂浮距离,距中间50%.floor-box{width: 44px; border: 1px solid #ccc; p... 阅读全文
posted @ 2015-09-29 15:55 狂奔的蜗牛Snails 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 1.function scrollTop(){ $('html,body').animate({'scrollTop':0},500);}2.$("#side-bar .gotop").click(function(){ $('html,body').animate({'sc... 阅读全文
posted @ 2015-09-29 15:52 狂奔的蜗牛Snails 阅读(292) 评论(0) 推荐(0) 编辑