$('#agreeDialog').dialog({
title:'服务协议',
autoOpen: true,
fixPosition: true, //随滚动条滚动 
resizable:false,
modal:true,
height: 650,
width:520,
buttons: {
"关闭": function() { $(this).dialog("close"); }
}
});
在ie下怎么没有滚动条啊,火狐谷歌就有,求高手指点