Hi,

I was hoping to use VerticalPanel and HorizontalPanel instances to
make a simple 3 column page layout. Something like:

  <VerticalPanel>
     <VerticalPanel>
         // this is the header (width: 100%, height: 90px)
     </VerticalPanel>

    <HorizontalPanel>
      <VerticalPanel>
         // this is column 1 (width: 30%, height: 100%)
      </VerticalPanel>

      <VerticalPanel>
         // this is column 2 (width: 50%, height: 100%)
      </VerticalPanel>

      <VerticalPanel>
         // this is column 3 (width: 20%, height: 100%)
      </VerticalPanel>

   </HorizontalPanel>
 </VerticalPanel>

but the layout looks quite strange. I have to figure out css for
layouts, was hoping most of this could be handled by gwt though.
Anyone have a simple 3 col layout they could share?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to