IFrame forces parent to scroll
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?
|