Entry
How can I show an IFRAME in IE and an ILAYER in NN?
Do IFRAMEs or ILAYERs allow scrolling?
Jun 8th, 2000 13:57
Chris Mills, Nathan Wallace, Google.com search on "DHTML Floating Frames"
Note that IFRAMEs allow scrolling while ILAYERs don't.
<IFRAME NAME="aFrame" SRC="whatever.html">
<ILAYER NAME="aFrame" SRC="whatever.html">
</ILAYER>
</IFRAME>
will display the IFRAME with IE and the ILAYER with NN
Scrolling can be achieved however!!!
Examples for NN can be found at:
http://www.webreference.com/dhtml/column23/
Scrollbars for Navigator 4 Positioned Elements (LAYERS),Part 1
http://home.netscape.com/computing/webbuilding/studio/feature1999v1n3-
1.html
Feature Story - DHTML Floating Frames by Michael Bostock