I have a GWT application with a header and a content. The header is an absolute positioned
HorizontalPanel
the content is also a
HorizontalPanel
which is positioned absolute.
How can you get a drop down menu in the header which will not be bounded by the height of the header panel, i.e., positioned absolute?