Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

how to scroll horizontally within an iframe exceeding 100% screen width?

more options

Hi All.

We have a custom web app/form we use for managing our backend product information (details such as color, size, weight, etc). This is contained within an iframe. Sometimes the number of things we need to manage extends beyond width of the iframe (like when editing many products at once). It always extends beyond the vertical. So once you scroll down a few fields, you can no longer see the scroll bars to move along from L-to-R. Short of extending the window across three monitors, is there a way to scroll horizontally within the frame? just going tab-to-tab through the fields won't work, as there are sometimes 30 or 40 fields per product.

I am hoping there is an answer, short of having the coders redevelop the back-end to work properly.

Thanks.

Hi All. We have a custom web app/form we use for managing our backend product information (details such as color, size, weight, etc). This is contained within an iframe. Sometimes the number of things we need to manage extends beyond width of the iframe (like when editing many products at once). It always extends beyond the vertical. So once you scroll down a few fields, you can no longer see the scroll bars to move along from L-to-R. Short of extending the window across three monitors, is there a way to scroll horizontally within the frame? just going tab-to-tab through the fields won't work, as there are sometimes 30 or 40 fields per product. I am hoping there is an answer, short of having the coders redevelop the back-end to work properly. Thanks.

모든 댓글 (1)

more options

Hmm, I think iframes behave like little windows, and whether there is a horizontal scroll bar on the framed document depends on the style rules inside the framed page (overflow-x property) not the parent/containing page.

Without a scroll bar, some "gestures" can scroll the page horizontally, but this requires users to have a touchpad or special mouse and know the gesture, so I wouldn't depend on it.