Re: how to add higher Z-index to collapsible panel which will not override the menubar z-index

2009-10-01 Thread r...@n
Hi Jerome. Have you solved the issue? Because I've got similar problem with CollapsiblePanel, GlassPanel, and DialogBox. May be my example could help you. I am using CSS from incubator demo where z-index of CollapsiblePanel is 100: .gwt-CollapsiblePanel .container { ... z-index: 100; ... } but

how to add higher Z-index to collapsible panel which will not override the menubar z-index

2009-09-22 Thread Jerome
Hi, I am using the gwt-incubator scrolltable and CollapsiblePanel. Initially had problems with z-index of CollapsiblePanel since it was tucked under the Scrolltable so i added higher z-index to it and that worked fine but in the event the i have menu which got tucked under the CollapsiblePanel n