[dev] IE6 Scroll Bar Patch

Michael Cochrane mike@graftonhall.co.nz
Tue, 20 Nov 2001 13:16:54 +0000


Quoting Jan Schneider <jan@horde.org>:

> Zitat von Michael Cochrane <mike@graftonhall.co.nz>:
> 
> > 
> > Here's my solution to the IE6 scroll bar in the way issue. The patch
> > defines a
> > quirk for this and in the common header include files it checks for this
> > quick
> > and if it exists it defines a 25px right margin in the body tag so there
> > is
> > space for the scrool bar if it is displayed.
> 
> I commited this with some modifications. The right margin is now set in the
> 
> main css file.
> 
> Unfortunately this patch does only work if you have no frameset. If anyone 
> is able to find out why it doesn't work within a frameset or has a better 
> solution for this, please stand up and shout.
> 
> Jan.
> 
You're implementation was alot niced but I think we had slight differences in
expectations.. my only goal was to not have the vertical scroll bar covering
anything... the horizonal one i hadn't considered, will get back to you on that one.

Mike