Scroll 溢出隐藏和滚动不在嵌入中工作

Scroll 溢出隐藏和滚动不在嵌入中工作,scroll,overflow,embed,Scroll,Overflow,Embed,我无法在嵌入中隐藏滚动。我也试着用两种方法- 方法1: <embed scrolling="no" src="http://www.pjsindia.com"style="background-color: #55A97C;" width="400px" height="400px"></embed> 方法2: <embed src="http://www.pjsindia.com"style="background-color: #55A97C; overf

我无法在嵌入中隐藏滚动。我也试着用两种方法-

方法1:

<embed scrolling="no" src="http://www.pjsindia.com"style="background-color: #55A97C;" width="400px" height="400px"></embed>

方法2:

<embed src="http://www.pjsindia.com"style="background-color: #55A97C; overflow:hidden;" width="400px" height="400px"></embed>

您可以尝试溢出:自动

它可以在某些浏览器中工作,但不能保证在所有浏览器中都能工作。您应该在所有浏览器中测试它