I a have a problem with toolbar

Ext.example.msg with toolbar - Ext JS

The message is hide for a toolbar.

Sorry for my english.

Thanks,

Rapha?l
Ext.example.msg with toolbar - Ext JS
  #2  
Ext.example.msg with toolbar - Ext JS 02-23-2007, 09:50 AM
Ext.example.msg with toolbar - Ext JS

If you grabbed the css for msg-div, it doesn't have a z-index set. If you bump it up, it should show over everything.
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
Ext.example.msg with toolbar - Ext JS

相关文章: