views:

8

answers:

0

Hey,

I have a panel with absolute layout which has clipContents disabled. Now I want to have a component that always floats at the bottom of this container, so I set it's bottom property to the negative value of it's height

This works too, except for that when the application starts the height of legend appears to be zero, so instead of being placed under the component it ends up being placed as if bottom="0"

How can i make sure that the components height and position initialize properly?

dennis