From: Ronald <mu0...@bu...> - 2004-11-30 12:18:17
|
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> |