Layer.visibility (Property)

Whether a layer is visible or not.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Boolean primitive
JavaScript syntax:NmyLayer.visibility
NmyLayer.visibility = "hide"
NmyLayer.visibility = "show"

This controls the visibility of a Netscape layer.

It accepts the following values:

It also accepts these CSS syntax values (which it converts internally):

Warnings:

See also:Layer.hidden, style.visibility