搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.