How do I ensure the SimplePanel I am adding to an AbsolutePanel always
gets added on-top of everything else in the AbsolutePanel? (Z-index
issue). In the development browser and IE it always adds the
SimplePanel ontop but when compiled and run on FireFox or Chrome it
always ends up underneath.

Thanks in advance,

colTab.setSize("12px", "12px");
int left = 0
int top = 0
getTableModel().getBase().add(colTab, left, top);

colTab is a SimplePanel
getBase() returns an AbsolutePanel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to