Forum /
Ext JS 2.x - Unsupported /
Ext 2.x: Help & Discussion /
still having a problem displaying a div element in front of the ext window
still having a problem displaying a div element in front of the ext window
hi....
i am still having a problem displaying a single div element in front of a ext window.. i am reposting this problem since i got no response from anyone... is there any way that could bring that <div> element in front of the ext window
this is how i init my window
myWindow=new Ext.Window({
closable:false,
layout:'fit',
contentEl:Ext.getDom('<element>'),
width:Ext.getBody().getViewSize(),
height:document.getElementById('<element>').style.height,
shim:false,
autoScroll:true,
shadow: false,
resizable :false,
baseCls:'x-panel-noborder'
});
myWindow.show();
once it is shown at certain event a simple div should display just in front of that said window....
a quick response is really really appreciated... thank you
setting the zindex is the solution.... my bad hehehe
hi,
would you kindly givmme a hit
or event better a working example
I've tried a lot to change the z-index property
also using createShim() to wrap the div
which I need it to be top over window
but no luck
Thanks
have you tried setting the zindex to 10000000 coz the ext window has a default zindex value and it is set to 999999 approx..
i fix this problem like this
i fix this problem like this
I set this to my flash object
<param name="wmode" value="transparent">
and now it's ok !
best regards !
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us