PDA

View Full Version : Netscape solution for iframes?


helpplease
01-27-2003, 05:40 PM
Hi everyone! I was wondering if there was a different option than the use of iframes... I want the idea of iframes, but I want to be accessible to everyone. Netscape doesn't support iframes, right?
Basically what I am trying to achieve is when the user clicks on a link, a section of text will appear next to it. There will be multiple links and multiple sections of text. I do not want an image rollover or anything that uses images.
Thanks for any help!
:cool:

Borgtex
01-27-2003, 07:08 PM
Netscape supports iframes. Only old versions don't

Vladdy
01-27-2003, 07:59 PM
You do not need iframes for that just a simple change of display attribute on a set of div elements stacked on top of each other.
You can see similar effect I created on this site: http://server.ime.uri.edu/EMRL/
The difference is that it uses onmouseover and you want to use onclick...