-
特效分析查看全部
-
防止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
提交
取消