Link to home
Start Free TrialLog in
Avatar of BkoChan
BkoChan

asked on

Cross browser solution to IFRAME?

I have a page that MUST have an area where links are loaded into however, I am coming across a few problems with the <IFRAME> tag if I view my site using Netscape.

I have a menu at the top of my page that uses hidden DIVs that appear when you hover over an area, but the DIVs are supposed to appear on top of the Iframe. However in Netscape they appear under the Iframe.

Does anyone know a way of fixing this or is there another solution to the Iframe? (PS no I cant use normal frames because my site needs to be one one page)
Avatar of dorward
dorward

I'd ditch the iframe and create a page containing content and menu for each view. Server side scripting could make this easier. http://david.us-lot.org/frames.php has some pointers on the subject.
iframes only work in NS5+. In time, it will be standard, but right now we all have to wait on NS to catch up with the world.
ASKER CERTIFIED SOLUTION
Avatar of DarkSnoopy
DarkSnoopy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial