Maison > Article > interface Web > easyui 对话框如何显示在浏览器的右下角_html/css_WEB-ITnose
如果直接设置 top、left 又无法适应不同屏幕
easyui 对话框如何显示在浏览器的右下角啊,好像设置div的 right,bottom 不起作用的
$.messager.show({ title:'My Title', msg:'Message will be closed after 5 seconds.', timeout:5000, showType:'slide'});
不是,我用的easyui的 dialog
自己解决了。 $('#dlg').window("resize", {top: ($(window).height() - 100), left: ($(window).width() - 200)});