hammy86
02-19-2003, 05:02 PM
I'm not sure how to properly align a screen using iframes. I'd like the first frame to be 75 pixels high and the second frame to be the rest of the screen. How do I let one frame size with the screen while keeping the other one static?
What I have looks as follows:
<iframe frameborder="no" height="75" width="780" src="top.htm" name="top" scrolling="AUTO" noresize>
</iframe>
<iframe frameborder="no" width="780" src="home.htm" name="main" scrolling="AUTO">
<iframe>
Any help would be greatly appreciated. Thanks
What I have looks as follows:
<iframe frameborder="no" height="75" width="780" src="top.htm" name="top" scrolling="AUTO" noresize>
</iframe>
<iframe frameborder="no" width="780" src="home.htm" name="main" scrolling="AUTO">
<iframe>
Any help would be greatly appreciated. Thanks