I am creating a vertical panel which contains 3 panels in it. now i want the topmost panel to always remain at the topmost region touching the top of the window. Similarly the bottommost panel should remain at the bottom touching the lowest part of the window. the middle panel should occupy the entiore remainn=ng space between these two. I tried using vertical alignment in CSS as well in GWT code somewhat like vertical-align: top; // for top window vertical-align: bottom; //for bottom window
It doesnt work as expected. AM i doing it wrong? is there a way to do it using CSS ??? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
