I basically have something setup like this: HtmlPage with iFrame calling on my GWT page: <iframe src ="FOO.html" width="100%" height="500px" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" overflow:"hidden"></ iframe>
The GWT(FOO.html) that is in the iFrame has: <script language='javascript' src='foo.server.nocache.js'></script> The layout of my GWT page is basically a HSplitPanel that splits two vertical splitpanels - on the left it is basically 2 evenly distributed area and the right is likt 9:1. What it looks right now is i have a vertical scrollbar scrolling *slightly* the left vertical panel and the left vertical panel has its own vertical scrollbars so it looks very ugly (2 vertical scrollbars right next to eachother) - same with the horizontal bar. This is the same for the right side - basically where there is a scrollbar there is another one right next to it... How do i get rid of the extra scrollbars? here is the photo: http://www.flickr.com/photos/40341...@n08/3705439060/ 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 -~----------~----~----~----~------~----~------~--~---
