How to remove iframe's scrllbars? In Firefox it's easy, however I found myself unable to achieve this effect to be compatible with all major browsers.
1) Set the scrolling attribute of the iframe to no (scrolling="no"). This will disable both horizontal and vertical scroll bars.
If you prefer a "clean" look to your page, free of any scrollbars and borders, you can specify this with tags placed within your "frame src" tag. Remove scrollbars by adding the tag "scrolling=no." Remove borders by adding the tag "frameborder=0."
If the CSS technique isn't working for you, try also adding the property scrolling="no"
to the iframe
HTML tag.
<iframe scrolling="no" src="..." >
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With