-
IE6不支持: position:fixed; /*IE6 hack*/ *html, *html body{ background-image:url(about:blank); background-attachment:fixed; } * html #menu{ /*position:fixed;*/ position:absolute; top:expression(((e=documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
网页定位导航特效查看全部
-
scroll([data],fn):适用于可滚动元素和window对象。 例:$(window).scroll(fucntion(){}); scrollTop([val]):设置、获取匹配元素相对滚动条顶部的偏移 offset()查看全部
-
使用JS实现网页定位导航特效特效 var top = document.documentElement.scrollTop || document.body.scrollTop;查看全部
-
hahhhahha查看全部
-
shizhangdaima查看全部
-
menu.find("[href="+currentId+"]").addClass("current");中 [href="+currentId+"]" 为什么要用" [] "号.查看全部
-
IE6不支持: position:fixed; /*IE6 hack*/ *html, *html body{ background-image:url(about:blank); background-attachment:fixed; } * html #menu{ /*position:fixed;*/ position:absolute; top:expression(((e=documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
运用css和jQuery,实现导航菜单在右侧绝对定位显示,并且可以在滚动时根据滚动条的位置自动设置导航菜单的焦点。查看全部
-
jQuery的offset()方法会返回一个对象,包含top和left属性。查看全部
-
IE6不支持: position:fixed; /*IE6 hack*/ *html, *html body{ background-image:url(about:blank); background-attachment:fixed; } * html #menu{ /*position:fixed;*/ position:absolute; top:expression(((e=documentElement.scrollTop)?e:document.body.scrollTop)+100+'px'); }查看全部
-
jQuery的offset()方法会返回一个对象,包含top和left属性。查看全部
-
整体jQuery代码实现查看全部
-
$("content").find(".item")的效率比 $("content .item")要高,jQ通过ID筛选比class效率高查看全部
-
使用锚点可以在文档中设置标记,这些标记通常放在文档的顶部查看全部
举报
0/150
提交
取消