如何让messager.show固定在右下角,我现在只要页面一滚动就不在右下角了
fixed定位
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<style>.window{position:fixed}</style>
<script>$("#message").css("position","fixed");</script>
position:"fixed";悬浮
position:"fixed";
fixed定位就好了。。。