CSS:
.f-nav {
width: 100%;
top: 0;
left: 0;
z-index: 9989;
position: fixed;
}
JS:
$(window).scroll(function() {
if ($(this).scrollTop() > 690) {
$("nav").addClass("f-nav");
} else {
$("nav").removeClass("f-nav");
}
});
示例:
http://www.agenciamestre.com/anuncios-facebook/