Danke für die Antworten!
Ich habe es so versucht ( das habe ich von der Seite: http://www.wendenburg.de/jstipps/browser.php abgeleitet):
<script LANGUAGE="JavaScript">
if (nc) document.layers["test"].visibility = "false";
else if (ie) document.all["test"].visibility = "false";
else if (nc6) document.layers["test"].visibility = "visible";
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<layer id="test" left="188" top="47" width="201" height="102" z-index="1">Inhalt</layer>
</body>
Das klappt aber so nicht. Kann mir da bitte jemand weiterhelfen?