Forum Moderators: not2easy

Message Too Old, No Replies

Having HTML appear in a div?

         

BootySlap

4:24 am on Jun 25, 2003 (gmt 0)

10+ Year Member



Is it possible to make a <div> behave just like an <iframe>?

i.e Can I open up a .html page within a div or anything else besides a frame/iframe?

RonPK

7:46 am on Jun 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Netscape 4 supports <layer src="foo.html">. But AFAIK the only equivalent in modern browsers is the inline frame.

Is there a specific reason you don't want to use <iframe>?

BootySlap

8:12 am on Jun 25, 2003 (gmt 0)

10+ Year Member



Yes, because I cannot get a layer to appear ABOVE the iframe in NN7 or Opera.

I know iframes in these browsers are rendered by the OS and always have a top level z-index.

They only respect the z-index with respect to each other.

heheh any work around please! All i want is an onmouseover menu to appear over the iframe. I tried making the menu an iframe itself but opera doesnt like it when the mouse is put over it (flashes repeatedly).