Layer.hidden (Property)

A deprecated property that indicates whether a layer is hidden or not.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Boolean primitive
JavaScript syntax:NmyLayer.hidden

You should not use this property in new projects. If you encounter it in existing ones, if you have the time you should remove it and use the visibility property instead.

Warnings:

See also:Layer.visibility