Rumah >hujung hadapan web >tutorial js >jquery实现的导航固定效果_jquery
jquery实现的导航固定效果
2.CSS代码
.fixedNav{
position:fixed;
top:0px;
left:0px;
width:100%;
z-index:100000;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop));
}
3.HTML代码