Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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.

Tutte le risposte (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.