OK, I figured it out.  I don't know if I "fixed" it in
the ideal manner or not.

In the two getOuterHTML function definitions inside
dynlayer.js, I added the overflow style to it.

s+=' overflow: hidden;';

Now I don't know if this would have some side effects
that will later bite me, but if not, I'd suspect this
is something we'd maybe want in DynAPI permanently?

I can't think of a reason why you'd want the browsers
page to represent the size of hidden content.

Anyway, that was the fix, and how I currently am
fixing it.

Thanks for the help,
  -Bruce


--- Bruce Tennant <[EMAIL PROTECTED]> wrote:
> Where does the style tag go?  In the body tag?  If
> so,
> that didn't seem to work.
> 
> Unfortanetly, I still need IE to have some scroll
> abilities, just not a few pixels worth of empty
> space.
>  So the scroll=no option doesn't really work.
> (Though
> it did work as you stated, thanks).
> 
> Thanks for the help.
>   -Bruce
> 
> --- Michael Pemberton <[EMAIL PROTECTED]> wrote:
> > Bruce Tennant wrote:
> > 
> > >I have a problem w/child content being larger
> > (height)
> > >than the parent layer and the master browser
> scroll
> > >bars showing the childs height.
> > >
> > IE support the use of "scroll=no" in the <body> of
> > your page.  This will 
> > force IE to hide the scrollbars regardless of
> > content.
> > 
> > I think that NS6 will work if you play around
> with: 
> > style='overflow:hidden'
> > 
> > hth
> > 
> > -- 
> > Michael Pemberton
> > [EMAIL PROTECTED]
> > ICQ: 12107010
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
> 
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to