I did some googling on the subject of IE and vertical scroll bar issues and I found this:
http://bytes.com/topic/html-css/answers/100111-remove-vertical-scrollbar-ie-when-standards-mode So I guess my hack isn't a hack after all :) IE is the biggest PITA to support. Jeff On Mon, Nov 29, 2010 at 2:56 PM, Magnus <[email protected]>wrote: > Hi Jeff, > > why is this a hack? Why not use it? > > Magnus > > On Nov 29, 7:40 pm, Jeff Schwartz <[email protected]> wrote: > > BTW, you can use a hack: > > > > body{ > > padding:0; > > margin:0; > > overflow:hidden; > > } > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- *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 [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.
