Alex: Netscape und Span style=hidden?!

Beitrag lesen

Hi,

Ich arbeite gerade an einem Projekt mit JavaApplets. Da diese beim Laden grau angezeigt werden, habe ich sie mit einem Span style=hidden umschlossen, damit sie unsichtbar sind. Via JS kann ich sie dann mit document.getElementById("curtain").style.visibility ="visible"; Mit Netscape funktioniert das nicht; gibt es da eine andere Möglichkeit, dass das Applet erst 'unsichtbar' ist und ich es dann auf 'sichtbar' setzen kann, so dass es mit wenig Aufwand sowohl unter MSIE als auch unter NS funktioniert?

Grüße, Alex

---
Hi,

Im currently working on a project with JavaApplets.
Because they are displayed as gray boxes on loading I used a Span style=hidden to make them invisible. It works fine with MSIE but the curtain is not revealed on netscape browsers. The tag i use is document.getElementById("curtain").style.visibility ="visible";
where curtain is the id of the applet within the span tags.
Is there a possibility to change the span=hidden attribute with netscape or any other to reveal and hide the applet without using layers?

thanks in advance for your replies, alex