[Javascript] Re: How do I get a DIV to be visible in Netscape

Lewis Shadoff lshadoff at brazosport.cc.tx.us
Mon Mar 4 13:08:22 CST 2002


At 12:01 PM 3/4/02, you wrote:
>How do I get a DIV to become visible in Netscape 4.# ?
>
>I'm trying the following but it doesn't work:
>
>onMouseOver="document.layers['divname'].style.visibility='visible';"

The visibility properties in NS4.x are 'show' and 'hide'

Everyone else uses 'visible' and 'hidden' which is the W3C standard notation.

Lew


Lewis A. Shadoff, PhD
Brazosport College
Lake Jackson, TX





More information about the Javascript mailing list