Suppose I have two iframes on a page with 100% height. Consider the iframes as header iframe and footer iframe. Both take up 100% width. The header iframe takes up 80px height and the footer iframe should take up rest of the available height i.e. 100%-80px height.
Paul, your example code does indeed demonstrate more or less what I was trying to do. Yes, I would like to avoid iframes, but in this situation where I don’t want to use any javascript or frames - iframes seems a better choice. I read somewhere it’s more appropriate to use objects instead - I’ll look into that.
I haven’t read Paul’s reply yet, but just want to clarify: by header Iframe I don’t mean it as an actual “header”. Only in the sense that it’s on the top - and same with footer, that it’s below the other one.
This is for a “website loading” kind of page. The top iframe shows loading related messages while the bottom one shows the website, say www.google.com for example.