You'll only get the scrollbars if the content is too big. For example (and though it's hard to tell from the image it looks like you might be doing this) setting the width to 100% then adding a 1px border meaning that the content will always be 2px too big and therefore trigger scrollbars. If that's not it, then perhaps it would be an idea to post some code. One of the reasons you might not have got an answer to your first post is because the question is akin to 'my car door won't close, what is wrong?'.
Ian http://examples.roughian.com 2009/7/10 shaselai <[email protected]> > > which content? I tried making the inner panels smaller but eventually > the panels will need the scrollbars. It is the outer scrollbars that i > want to get rid off - they are just there not doing anything while the > inner scrollbars are scrolling individual panels.. > > On Jul 10, 12:30 pm, Ian Bambury <[email protected]> wrote: > > Make the content the right size? > > Ian > > > > http://examples.roughian.com > > > > 2009/7/10 shaselai <[email protected]> > > > > > > > > > any suggestions? > > > > > On Jul 9, 5:06 pm, shaselai <[email protected]> wrote: > > > > 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 -~----------~----~----~----~------~----~------~--~---
