Hello all,

I am trying to align an image at the bottom of the screen.

My structure is the following:

<mx:application>
   <mx:Image bottom="0"/>
   <hbox left="0" top="0">
   ...
   </hbox>
</mx:application>

When the the hbox is less than the screen hight (ie no scrollbars)
the image is correctly alligned at the bottom of the screen/application.

The problem appears when the hbox height becomes bigger than the screen and a 
vertical bar appears. When i scroll down the image stays where it was.

Is there a way to make the image bottom always 'touch' the bottom of the flex 
application?

TIA,
Fotis

Reply via email to