Re: Folding closed space for a hidden form
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: Folding closed space for a hidden form

From: ASM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid>
Date: Thu Aug 11 2005 - 23:12:32 CEST

web_design wrote:
> Is there any way to close the white space when
> the form is not showing? At the moment I'm using a <div> and hiding the
> visibility, and then making it visible when the link is clicked:
>
> <div id="form" style="visibility: hidden; etc...

if you like yoyo efects :

<did id="form" style="visibility:hidden;display:none" ...>

onclick="with(document.getElementById('form').style){
            visibility='visible';
            display='block';
            }"

-- 
Stephane Moriaux et son [moins] vieux Mac
Received on Tue Oct 18 03:07:50 2005