|
The whole point of an IFRAME is to fit content to a specific sized frame.
Not to allow the content to screw with your page layout.
You can and may want to set the IFRAME with percentages so it adjusts to any monitor resolution but you don't want it to be resizing itself arbitrarily.
That's just bad coding form, PERIOD.
|