Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: DIV and IFRAME problem


Message #1 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Fri, 14 Dec 2001 12:45:18 -0500
Hi !!

Thanks for advice, but I afraid that I have to leave this IFRAME always
on the screen.

Thanks anyway.
Oleg.


-----Original Message-----
From: Chris Scott [mailto:chris@e...]
Sent: December 17, 2001 3:43 AM
To: javascript
Subject: [javascript] Re: DIV and IFRAME problem


Hi,

You could move the div containing the iframe off the page:
myDiv.style.left=-500;
or set the iframe display property to none:
myIframe.style.display="none";

When the your div is positioned over the iframe.

HTH,

Chris

----- Original Message -----
From: "Oleg Kapeljushnik" <c-oleg.kapeljushnik@w...>
To: "javascript" <javascript@p...>
Sent: Friday, December 14, 2001 5:45 PM
Subject: [javascript] DIV and IFRAME problem


> Hi All !
>
> I have to present DIV that can appears above another div that include
> IFRAME.
> In IE5.5 everything working fine but  in IE5.0 IFRAME always presented and
I
> cant show
> my DIV but only the part that not taking IFRAME place.
>
> Is any solution to this problem or may be some property that I should
change
> ?
>
> Thanks in advance
> Oleg
>
>
$subst('Email.Unsub').




  Return to Index