if (isIE6) {
wrap.css("position", "absolute");
//没有加这个的话,ie6使用表达式时就会发现跳动现象
//至于为什么要加这个,还有为什么要加nothing.txt这个,偶也不知道,希望知道的同学可以告诉我
$("body").css("background-attachment", "fixed").css("background-image", "url(n1othing.txt)");
if (top >= 0) {
wrap[0].style.setExpression('top', 'documentElement.scrollTop+' + top + '');
} else {
wrap[0].style.setExpression('top', 'documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight');
}
}
wrap.css("position", "absolute");
//没有加这个的话,ie6使用表达式时就会发现跳动现象
//至于为什么要加这个,还有为什么要加nothing.txt这个,偶也不知道,希望知道的同学可以告诉我
$("body").css("background-attachment", "fixed").css("background-image", "url(n1othing.txt)");
if (top >= 0) {
wrap[0].style.setExpression('top', 'documentElement.scrollTop+' + top + '');
} else {
wrap[0].style.setExpression('top', 'documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight');
}
}