HTML JavaScript DHTML

/*
JavaScript Bible, Fourth Edition
by Danny Goodman 
John Wiley & Sons CopyRight 2001
*/


layer.style.visibility (W3C)

function setOuterVis(type) {
    document.getElementById("outerDisplay").style.visibility = type
}
function setInnerVis(type) {
    document.getElementById("innerDisplay").style.visibility = type
}



Setting the layer.style.visibility Property of Nested Layers (W3C)




Click the buttons to see what happens when you change the visibility of the
 outer layer and inner layer objects.




Control outer layer property:









Control inner layer property:









 height:190; background-color:coral">
     height:180; background-color:aquamarine">
    

Placeholder text for raw inner layer.