|
Subject:
|
IFrame forces parent to scroll
|
|
Posted By:
|
kend
|
Post Date:
|
9/18/2003 1:16:42 PM
|
I have an HTML page which contains an IFrame. With the default content in the IFrame, neither the parent nor the IFrame requires scrolling. However, when I load something into the IFrame (via a link in the parent) which overflows the IFrame, the IFrame displays scroll bars as expected, but the parent window also scrolls, even though the IFrame has not changed size. There should never be a need for the parent to scroll.
Does anyone know if this can be stopped?
|
|
Reply By:
|
kend
|
Reply Date:
|
9/18/2003 7:46:44 PM
|
Okay, never mind.
{overflow:hidden} does it. I had tried this and it didn't work. Must have been a caching problem.
Ken
|
|