foxymorons
Technical User
I am using inline frames with the following code:
<div align="center">
<iframe src="index.htm" name="index" width="100%" height="566" align="middle" frameborder="0" scrolling="yes">Please Download A Browser That Supports Inline Frames.</iframe>
</div>
This is the current code I am using, but I have realised that when there is a longer menu, the inline frame dosent expand to fit the space. I tried making the height 100%, but that makes the inline frame disapear totally!
What's going wrong? Any better alternatives to fix this problem?
Thanks in advance
<div align="center">
<iframe src="index.htm" name="index" width="100%" height="566" align="middle" frameborder="0" scrolling="yes">Please Download A Browser That Supports Inline Frames.</iframe>
</div>
This is the current code I am using, but I have realised that when there is a longer menu, the inline frame dosent expand to fit the space. I tried making the height 100%, but that makes the inline frame disapear totally!
What's going wrong? Any better alternatives to fix this problem?
Thanks in advance