Create an outer-div and set the CSS property 'overflow: hidden'.  The
will clip the outer content, rather than showing scrollbars.  however,
as noted by Ian, if your content is too big for the outer frame it's
not going to look right -- you need to figure out your inner-panels.
The overflow:hidden outer panel shouldn't be necessary if your inner
panels handle their content properly.


On Jul 11, 1:45 am, shaselai <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to