Re: vertical alignment inside a FlowPanel

2010-11-25 Thread Olivier TURPIN
Hi magnus vertical-align works only on inline elements, FlowPanel / SimplePanel (div elements) are 'block' types, i don't know exactly what you're trying to achieve but bottom alignment can be painful sometimes... if you don't care about IE6/7 you can have a try with : #mainContainer{

vertical alignment inside a FlowPanel

2010-11-21 Thread Magnus
Hi, how can a FlowPanel align its contents at the bottom? I tried: myPanel.getElement().getStyle().setVerticalAlign(VerticalAlign.BOTTOM); But the contents (SimplePanels) are aligned at the top. Thanks Magnus -- You received this message because you are subscribed to the Google Groups