Re: "Roll-up" or "collapse" IFrame?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: "Roll-up" or "collapse" IFrame?

From: Robert Oschler <no-mail-please@nospam.com>
Date: Thu Jul 21 2005 - 20:50:09 CEST

"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:42dfeaa6$0$18010$9b4e6d93@newsread4.arcor-online.net...
>
>
> There is no difference to other elements, if you want to make an element
> not consume any layout space and be hidden then set the CSS display
> property to none e.g.
> iframeElement.style.display = 'none'
> to show it again set
> iframeElement.style.display = ''
>
>
> --
>
> Martin Honnen
> http://JavaScript.FAQTs.com/

Thanks Martin, that did the trick. Got any quick ideas on what I could put
in it's place as an attractive "placeholder"? Something about 5 pixels
high?
Received on Tue Oct 18 02:59:25 2005