回复讨论(解决方案)
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)});
查看更多关于easyui对话框如何显示在浏览器的右下角_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did109116