Hello,
So I am building this site(http://assk.zxq.net/)
The header is a table, then the main content is a table with two columns.
First column is the menu and second the iframe that loads html pages.
Problems:
- If the iframe is inside the table(which has 100% height) then the iframe only displays like 200px of it’s content on Firefox and IE but works on Chrome
- When the iframe content exceeds 100% height then it adds the amount missing on the body height(since the iframe is inside the Main table).
So if the iframe is 1100pixels and your resolution is 1080pixels you will lose 20pixels from the content.
Any help appreciated, I am working on this couple of days now and can’t figure it out!:hurt: