View Full Version : Really Important Iframe Q.


jonathan12
04-06-2003, 01:07 AM
I need to know what to do if I want the Iframe to connect to the bottom of my screen and top(only revealing the sides). Can someone tell me? Because if I just change the size then on different moniters it won't get the same effect.
My iframe tags:

<iframe src="new_middle.htm" name="middle" width="600" height="500" style="border: 5 solid #00000"></iframe>

lefty
04-06-2003, 01:19 AM
you could set your height to 100%. is that the effect you're looking for?

jonathan12
04-06-2003, 06:28 AM
Originally posted by lefty2217
you could set your height to 100%. is that the effect you're looking for?

yeah thanks