pull/6/head
sentsin 2015-04-19 14:47:24 +08:00
parent d38489594b
commit 6862e29e13
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -550,9 +550,10 @@ Class.pt.IE6 = function(layero){
var that = this, _ieTop = layero.offset().top;
//ie6的固定与相对定位
(function ie6Fix(){
function ie6Fix(){
layero.css({top : _ieTop + (that.config.fix ? win.scrollTop() : 0)});
}());
};
ie6Fix();
win.scroll(ie6Fix);
//隐藏select