-
特效分析查看全部
-
防止Ie6hack设置后,滚动滚轮会发生跳变,可设置一个空空图片来解决。查看全部
-
fixed hack语句。查看全部
-
scroll查看全部
-
Ie6不支持fixed属性,这时需要使用hack来达到fixed的效果。/*ie6 hack*/滑动闪烁* html, * html body {background-image: url(about:blank);background-attachment: fixed;}固定定位* html #menu { /*position: fixed;*/ position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+1查看全部
-
jquery通过Id筛选比通过class筛选效率要高很多。查看全部
-
/*ie6 hack*/滑动闪烁* html, * html body {background-image: url(about:blank);background-attachment: fixed;}固定定位* html #menu { /*position: fixed;*/ position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+1查看全部
-
/*ie6 hack*/ * html, * html body { background-image: url(about:blank); background-attachment: fixed; } * html #menu { /*position: fixed;*/ position: absolute; top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+1查看全部
-
锚链接定位使用id属性;jQuery中$(document).scrollTop获取网页向上移动的距离;item.offset().top获取该对象到网页顶端距离查看全部
-
left:50%;margin-left:元素宽度一半查看全部
-
什么是锚点查看全部
-
导航与滚动条之间的定位关联查看全部
-
特效分析查看全部
-
代码很严谨哇查看全部
-
空图片解决IE闪动的问题...* html, * html body { background-image:url(about:blank); background-attachment:fixed; }查看全部
举报
0/150
提交
取消