From: <je...@6t...> - 2004-11-30 20:03:58
|
Sorry, my last email said "display:false" and it should be "display:none". http://www.w3schools.com/css/css_reference.asp 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 > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |