Monday, November 29, 2010

Re: Help me to get rid of these d... scrollbars!!! :-/

BTW, you can use a hack:

        body{
           padding:0;
           margin:0;
            overflow:hidden;
       }

But IMO it is best to address the issues causing the problem.

Also, are you using a DOCTYPE in your pages? Using it would eliminate the box model problem for versions of IE v6 and newer as it forces it out of quirky mode and into standard compliant mode.

Jeff

On Mon, Nov 29, 2010 at 1:34 PM, Jeff Schwartz <jefftschwartz@gmail.com> wrote:
http://www.w3.org/TR/CSS2/box.html
http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/



On Mon, Nov 29, 2010 at 1:30 PM, Magnus <alpineblaster@googlemail.com> wrote:
Hi Jeff,

could you say this a little more precisely? I actually don't know what
to do/check exactly.

Thank you
Magnus

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.




--
Jeff Schwartz




--
Jeff Schwartz

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment