Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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”.

Learn More

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

How to hide the scrollbar but scroll in an html iframe?

  • 1 risposta
  • 1 ha questo problema
  • 20 visualizzazioni
  • Ultima risposta di guigs

more options

I created a website using HTML, CSS and JS. I have a problem when i created a html page using iframe in that i am displaying some text that exceeds the fixed size of the iframe and creating scroll bar but i want to hide the scrollbar but it should have to scroll. I used the following code in CSS as follows, ::-webkit-scrollbar { display: none; }. It is working in Chrome browser, but not supporting in firefox is there any alternative code to solve this problem in firefox.

I created a website using HTML, CSS and JS. I have a problem when i created a html page using iframe in that i am displaying some text that exceeds the fixed size of the iframe and creating scroll bar but i want to hide the scrollbar but it should have to scroll. I used the following code in CSS as follows, ::-webkit-scrollbar { display: none; }. It is working in Chrome browser, but not supporting in firefox is there any alternative code to solve this problem in firefox.

Tutte le risposte (1)

more options