Preserved Topic: iFrame pre loading trick got broke (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-26-2002 08:13
So I'm making a website and I'm using that neto pre loading a html page to an iFrame trick then throwing it into a Div for display but I ran into a problem. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 09-26-2002 15:57
Sounds like you are using display: none; . Try display:hidden . Sometimes the browser won't bother to load img files if display is set to :none. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-26-2002 17:34
(I think you mean visibility:hidden; there is no display:hidden.) |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-26-2002 22:00
No, I was using visibility:hidden to start with and I thought that might have been the problem untill I re-positioned the iFrame above everything else so I could see the content being loaded into it. |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 09-27-2002 13:25
Show us the code if you can. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-29-2002 04:23
Yay! |