Answers for "how to hide scrolling bar fron iframe"

CSS
5

iframe no scroll

<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Posted by: Guest on July-09-2020
0

removing scroll bar of iframe

<iframe src="http://buythecity.com"  scrolling="no" style=" width: 550px; height: 500px;  overflow: hidden;" ></iframe>
Posted by: Guest on October-22-2020

Code answers related to "how to hide scrolling bar fron iframe"

Browse Popular Code Answers by Language