View Full Version : Resize in Iframe
807orion
08-12-2008, 08:50 PM
I have created a link from a navigation bar to an Iframe, that works fine by the way. The link allows another url site to appear in the Iframe, works great, no problem. How can I resize the site in the Iframe so that it is wall to wall so to speak. I don't mind the vertical scroll bar, but I am trying to avoid the horizontal scroll bar.
JohnnyD
08-13-2008, 02:32 AM
I have created a link from a navigation bar to an Iframe, that works fine by the way. The link allows another url site to appear in the Iframe, works great, no problem. How can I resize the site in the Iframe so that it is wall to wall so to speak. I don't mind the vertical scroll bar, but I am trying to avoid the horizontal scroll bar.
I don't believe there is a way to do that, unless you are the one that built the page within the iframe. The page in the iframe is set with its own parameters, and that's something you cannot change, unless, like I said, you are the one that built the page within it.
Support_AK
08-14-2008, 04:22 PM
When inserting the iframe, you should have had a line in the custom script assistant similiar to:
<iframe src="mysite_002.htm" width="200" height="200">
</iframe>
The width and height would be what needs to be adjusted.
But if your width is not as wide as the page you are inserting in the iframe, it will give you the horizontal browser.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.