please forgive me if have added this in the wrong forum … feel free to delete, i am new here …
i have a series of .html files that i can easily traverse across without problem.
one subset starts off with an .html that contains:
< iframe src=“mTop.html” title=“iframeTop” name=“mTop” style=“border:none; height:50px; width:100%;”>
< iframe src=“mMain.html” title=“iframeMain” name=“mMain” style=“border:none; height:635px; width:100%;”>
everything works fine and pages look good, but a friend just showed me what happens when you press F11 to goto full screen - i have greater than an inch of blank space at the bottom and the resulting display is not nice/unbalanced.
My Question: is there something i can do so that the mMain iframe i have set as 635px changes (enlarges or shrinks) as F11 is toggled ?
Thank You.