为了在 ie6 下实现使用遮盖层,并且要遮盖select; 引用了jquery.bgiframe.min.js,并modal 设置为 true,
<script type="text/javascript" src="jquery.bgiframe.min.js"></script>$('#dialog').dialog({
autoOpen: false,
width: 600,
modal:true,
buttons: {
"Ok": function() { 
$(this).dialog("close"); 
}, 
"Cancel": function() { 
$(this).dialog("close"); 

}
});但这样设置后,在IE6 拖动dialog 变得相当困难,,改如何解决呢,ie8下是没有问题的