iFrame Resizing

CrazyLazy

Platinum Member
Jun 21, 2008
2,124
1
0
I have a page that contains two iframes loading from a site I do not control. Right the iframes can overlap one another if depending on the size of the users browser window. I want the frames load one after the other without any extra white space or overlapping.

I have a good reason for using iframes, and I can't really replace them with anything else. I can't figure out for the life of me a way to do this, it seems like I should be able to use the iframe just as I would a normal div to prevent overlap.
 

CrazyLazy

Platinum Member
Jun 21, 2008
2,124
1
0
Thanks for the link. The frames I am embedding are of variable height/width, so I would need to know of the frame as well as the users browser window to calculate it correctly. Is it possible to do this? I looked around but the only thing I could find was for measuring the height/width of frames you control.