Thank you for pointing me in this direction. Changing from <!DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/
strict.dtd"> to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"> seems to fix it. However now most of my other
styles look rather poor. I really do not understand the difference so
I guess I'll Google it and hopefully find a layman's explanation.

On Oct 28, 9:55 am, Ray Ryan <[email protected]> wrote:
> Todd, can you send a sample that demonstrates the problem? Also, is your
> page in standards mode?
>
> On Oct 28, 2009 5:40 AM, "[email protected]" <[email protected]>
> wrote:
>
> This change appear to have broken all of my scrollable content in
> IE6/7.  What I see now is the scroll panel with scrollbar and the
> content exceeding the bounds of the scrollpanel. Interaction with the
> scrollbar has no effect on the content.
>
> The use of the ScrollPanels and their child Widgets vary. So I do not
> know if this is an error in my implementation.
>
> Using IE Dev tools I remove the relative positioning from the
> containerElem and it displays correctly.
>
> On Oct 13, 8:53 am, [email protected] wrote:
>
> > Revision: 6354
> > Author: [email protected]
> > Date: Tue Oct 13 05:52:22 2009
> > Log: Fixes IE bug inScrollPanelat 100% width; Adds
> > Requires/ProvidesResize.
> > Review:
>
> http://gwt-code-reviews.appspot.com/78810http://code.google.com/p/goo...
>
> > > Modified: >
>
> /trunk/user/src/com/google/gwt/user/client/ui/ScrollPanel.java > >
> ===============...
>
> >   public classScrollPanelextends SimplePanel implements
> > SourcesScrollEvents, > -    HasScrollHandlers { > +    HasScrollHandlers,
>
> RequiresResize, Provides...> +    //
>
> http://stackoverflow.com/questions/139000/div-with-overflowauto-and-a...
>
> > +    DOM.setStyleAttribute(getElement(), "zoom", "1"); > +
>
>  DOM.setStyleAttribute(containerElem,...
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to