On Jan 24, 4:10 pm, "Fred Sauer" <
f...@allen-sauer.com> wrote:
> Ian's right that this is where a lot of implementations break down. One must
> also deal with HTML margins (i.e. the parent of the BODY element),
> differences between quirks and standards mode rendering, differences by
> browser/platform and whether or not content is absolutely positioned, and
> whether or not the content size exceeds or does not exceed the window area,
> and more.
>
> I think you will find that the GlassPanel in the incubator does all of
> these, with the exception of negative margins (which is left as an exercise
> to the reader :). If it fails in any of the scenarios listed here, then
> that's a bug, and I'll do my best to fix it.
>
> I should note that I have not tried these other implementations (recently),
> so they may also work quite well, or they may even work better. Actually,
> I'd like to hear from people who have tried different ones, to hear what
> they think.
>
> Fred
>
> On Jan 24, 2008 8:54 AM, Ian Bambury <
ianbamb...@gmail.com> wrote:
>
>
>
> > Hi DarkFlame,
>
> > One of the problems you get with some of these (and I haven't looked at
> > all of them) is that the scrollbar is left incovered so that you can scroll
> > away from the grey area, and sometimes resizing the browser will leave you
> > with faded and unfaded areas.
>
> > There's a tutorial which walks through creating a popup after fading the
> > existing background (including scrollbars) herehttp://
www.examples.roughian.com/#Tutorials~Panel_Fade