简体   繁体   English

iFrame水平滚动条的烦恼

[英]IFrame horizontal scrollbar annoyance

No matter what I make the size of the IFrame, the website within won't fit it. 不管我使用IFrame的大小如何,其中的网站都不合适。

I've tried a number of things but none of them seem to work. 我已经尝试了很多方法,但是似乎都没有用。

There is also a vertical scrollbar but I'm fine with that being there. 还有一个垂直滚动条,但是我在那里很好。 But horizontally, I'd like the website to "wrap" the IFrame window perfectly such that there is no need for the horizontal scrollbar. 但是从水平方向看,我希望网站完美地“包装” iframe窗口,这样就不需要水平滚动条了。 How to do this? 这个怎么做? Thanks! 谢谢!

我将网站放在相同的域(它不在同一台服务器上,但是该服务器归我们公司所有),这似乎已经解决了。

iFrames are a bit.. odd (and a bit bad practice, but ok)... iFrame有点..奇怪(有点不好的做法,但是还可以)...

<iframe id="treeFrame" frameborder="0" width="100%" scrolling="no" ></iframe> 

you need to set the src though... 您需要设置src ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM