I have following HTML:
<g:HTMLPanel styleName="{style.container}">
</g:HTMLPanel>
I want to display another div in which will exceed the parent container’s top.
Above code is the parent widget which is assigned top and height property dynamically (this is attached to a flow panel). So each time mouse if over above parent widget, I need to display a child div which sometimes exceeds parent’s top, but currently it gets cut off…
Is there any work around for this?
css overflow property. It sounds like you are looking for overflow: visible
http://www.w3schools.com/css/pr_pos_overflow.asp