I think chaning the visibility makes it dissapear, but the browser still
leaves room for it.  I'm not sure the right DynAPI way to change it, but
if I was doing it with straight CSS, I'd set "display:false".

Good luck.

Jesse

>
> The following code works in Firefox, but not in IE. In Firefox the layer
> dissapears completely, in
> IE there is a blank area left. Am I doing something wrong?
>
>
> <html>
> <head>
> <script language="JavaScript" src="dyn.js"></script>
> </head>
>
> first line<br>
> <div id="progress">
> second line<br>
> </div>
> third line<br>
>
> <br>
> <b>the above should look like this (the layer should be completely
> invisible):</b><br><br>
>
> first line<br>
> third line<br>
>
> <script language="Javascript">
> <!--
> var progress = DynLayer.getInline("progress");
> progress.setVisible(false);
> progress.setHTML("");
> //-->
> </script>
> </html>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to