-
特效分析查看全部
-
防止Ie6hack設(shè)置后,滾動(dòng)滾輪會(huì)發(fā)生跳變,可設(shè)置一個(gè)空空?qǐng)D片來解決。查看全部
-
fixed hack語句。查看全部
-
scroll查看全部
-
Ie6不支持fixed屬性,這時(shí)需要使用hack來達(dá)到fixed的效果。/*ie6 hack*/滑動(dòng)閃爍* 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*/滑動(dòng)閃爍* 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獲取網(wǎng)頁向上移動(dòng)的距離;item.offset().top獲取該對(duì)象到網(wǎng)頁頂端距離查看全部
-
left:50%;margin-left:元素寬度一半查看全部
-
什么是錨點(diǎn)查看全部
-
導(dǎo)航與滾動(dòng)條之間的定位關(guān)聯(lián)查看全部
-
特效分析查看全部
-
代碼很嚴(yán)謹(jǐn)哇查看全部
-
空?qǐng)D片解決IE閃動(dòng)的問題...* html, * html body { background-image:url(about:blank); background-attachment:fixed; }查看全部
舉報(bào)
0/150
提交
取消