Forum Moderators: not2easy
that's actually a bad example, because it isn't what i'm trying to to. i have an expanding list inside of the div using javascript, and when it expands the area of the div doesn't always expand with it. parts of the content get cut off and it's very glitchy in general.
i hope someone can shed some light on truly contained boxes. i'd hate to resort to using an iFrame.
Are you linking from within the autoscrolling div to another part of the div, or from the page content external to the div?
Is the height of the scrolling div absolutely (in px) or relatively (as %) sized?
Is the scrolling div the only scrolling part of the page, or does the viewport have a scrollbar as well?
In my experience, these factors all influence how linking in a scrolling div will behave. I have developed pages where this behaves very nicely - it is a good technique when executed properly.
I have an example in the webtools subdirectory of my site where the menu jumps to a specific location in the scrolling div.
PS - Toolman - is your site busted? I have overlapping content that I'm sure you hadn't intended in both IE5.5 & Moz1.3
DE
1. the link to expand the list is inside the div
2.absolute
3. the scrolling div is supposed to be the only scrolling part of the page. however, because the div doesn't completely contain the text, invisible content going down puts a scrollbar on the side of the page.
[edited by: Nick_W at 5:56 pm (utc) on Feb. 17, 2003]
[edit reason] Check your sticky mail ;-) [/edit]