Web Analytics Made Easy -
StatCounter Netscape 4+ - CodingForum

Announcement

Collapse
No announcement yet.

Netscape 4+

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Netscape 4+

    Okay, the code I have for Netscape 4+ to hide layers is acting up on me....what is the best code to get the job done....

    A1ien51
    Tech Author [Ajax In Action, JavaScript: Visual Blueprint]

  • #2
    function hide(layerid) {
    document.layers[layerid].visibility = "hidden";
    }

    and use:
    <div id="myLayer" style="position:relative;visibility:visible">
    Last edited by speedracer; Jun 21, 2002, 03:36 AM.

    Comment

    Working...
    X