I have this Grid in UiBinder:

<g:Grid >
   <g:row>
       <g:customCell addStyleNames="{style.alignTop}"> 
           <g:HTMLPanel> some widget here</g:HTMLPanel> 
       </g:customCell> 
   </g:row>
</g:Grid>

In CSS file

.alignTop{
    vertical-align: top;
}

However, after ran, nothing happened, the HTMLTable still in the default 
position (in the middle of the cell).

So, How to make the HTMLTable inside the customCell of a Grid to have 
VerticalAlign=TOP?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to