I've created a webpage using an iframe within a div tag and need help in making my page cross-browser compatible.
Here's the deal:
1. My site is
http://www.globallablog.com2. The index page consists of three main sections
A. Titile
B. Left-menu bar
C. IFRAME to right of menu bar
3. Using "View Source" you can see I have my IFRAME encased within a
DIV tag.
4. The CSS code for the DIV tag defines height as 70%
5. The CSS code for IFRAME tag defines height as 100%
The problem is in any browser (Mozilla, Opera, ...?), but not IE, I've tested my page with, shrinks the IFRAME vertically to about 1/4 the needed size. In IE it renders right. If I make DIV height 100%, then IE renders IFRAME to large and bottom scroll arrow goes off page. I need to keep IFRAME at height as now, but make it work in other browsers. I want to make it expandable for different screen resolutions, so I'm using percentages instead of px, em, etc.
Any help will be greatly appreciated.
-Witch Wyzwurd