<body scroll=no>
Michael Pemberton wrote:
> this is one of the "features" of IE. i believe that "NOSCROLL" in the body
> tag should remove this.
>
> GORTSILAS ANDREAS wrote:
>
> > I find out that:
> > if a layer is position aligned to bottom of the browser window, then if
> > the height of the contents of this layer is larger than the layer height,
> > the scrollbars of the main window appears!!!
> >
> > It looks like the clipped contents of the dynlayer affect the main
> > window!!!!
> >
> > ....
> > DynAPI.onLoad=function() {
> > x = new DynLayer();
> > x.setSize(600, 100);
> > x.moveTo(0, DynAPI.document.h-x.h);
> > x.setBgColor('blue');
> > DynAPI.document.addChild(x);
> > }
> >
> > function DoOnClick() {
> > x.setHTML('<form><textarea id="meAny" name="meAny" rows=8
> > cols=70></textarea></form>');
> > }
> > //-->
> > </script>
> >
> > </HEAD>
> > <BODY>
> > <input type="button" onclick="DoOnClick()" value="Set html">
> > .....
> >
> > Any ideas?
> >
> > Andreas Gortsilas
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> --
> Michael Pemberton
> [EMAIL PROTECTED]
> ICQ: 12107010
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Re: [Dynapi-Help] DynLayer contents and main document scrollbars...
Jordi - IlMaestro - Ministral Thu, 22 Feb 2001 05:45:51 -0800
- [Dynapi-Help] DynLayer contents and main doc... GORTSILAS ANDREAS
- RE: [Dynapi-Help] DynLayer contents and... Christof Pohl
- Re: [Dynapi-Help] DynLayer contents and... Michael Pemberton
- RE: [Dynapi-Help] DynLayer contents... Jordi - IlMaestro - Ministral
- RE: [Dynapi-Help] DynLayer contents and... GORTSILAS ANDREAS
- Re: [Dynapi-Help] DynLayer contents and... Richard Bennett
- [Dynapi-Help] Accessing Popup windo... Liam Clancy
